Hide 'Load from URL' menu for now (until we decide what to do about making it sticky)
This commit is contained in:
parent
7b735d6abf
commit
c482d7973b
|
@ -56,6 +56,7 @@
|
|||
showContext: false, // show the "Context Menu" menu?
|
||||
showDiscoverable: false, // show the "Discoverable" menu?
|
||||
showLocale: true, // show the "Locale" menu?
|
||||
showLocaleURL: false, // show the "Load from URL" menu?
|
||||
|
||||
windowSettings: { // for source window
|
||||
status: "no", toolbar: "no", locationbar: "no", menubar: "no",
|
||||
|
@ -1071,8 +1072,8 @@
|
|||
),
|
||||
ITEM.SUBMENU(["Locale","Language"], {hidden:!CONFIG.showLocale},
|
||||
ITEM.RADIO("en", "locale", {action: MENU.Locale}),
|
||||
ITEM.RULE(),
|
||||
ITEM.COMMAND(["LoadLocale","Load from URL ..."], MENU.LoadLocale)
|
||||
ITEM.RULE().With({hidden:!CONFIG.showLocaleURL, name:["","localURL_rule"]}),
|
||||
ITEM.COMMAND(["LoadLocale","Load from URL ..."], MENU.LoadLocale, {hidden:!CONFIG.showLocaleURL})
|
||||
),
|
||||
ITEM.RULE(),
|
||||
ITEM.COMMAND(["About","About MathJax"],MENU.About),
|
||||
|
|
Loading…
Reference in New Issue
Block a user