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:
@@ -129,7 +129,6 @@ module.exports = {
|
||||
if (theme.hasOwnProperty("userMenu")) {
|
||||
themeSettings.userMenu = theme.userMenu;
|
||||
}
|
||||
//themeSettings.deployButton = theme.deployButton || themeSettings.deployButton;
|
||||
|
||||
if (theme.login) {
|
||||
if (theme.login.image) {
|
||||
@@ -142,10 +141,6 @@ module.exports = {
|
||||
}
|
||||
}
|
||||
|
||||
if (theme.help) {
|
||||
themeSettings.help = theme.help;
|
||||
}
|
||||
|
||||
if (theme.hasOwnProperty("menu")) {
|
||||
themeSettings.menu = theme.menu;
|
||||
}
|
||||
|
Reference in New Issue
Block a user