mirror of
https://github.com/node-red/node-red.git
synced 2025-03-01 10:36:34 +00:00
Move help customisation under menu settings
This commit is contained in:
@@ -166,8 +166,8 @@ var RED = (function() {
|
||||
null,
|
||||
{id:"btn-keyboard-shortcuts",label:"Keyboard Shortcuts",onselect:RED.keyboard.showHelp},
|
||||
{id:"btn-help",
|
||||
label: RED.settings.theme("help.label","Node-RED Website"),
|
||||
href: RED.settings.theme("help.url","http://nodered.org/docs")
|
||||
label: RED.settings.theme("menu.btn-help.label","Node-RED Website"),
|
||||
href: RED.settings.theme("menu.btn-help.url","http://nodered.org/docs")
|
||||
}
|
||||
]
|
||||
});
|
||||
|
Reference in New Issue
Block a user