mirror of
https://github.com/node-red/node-red.git
synced 2025-03-01 10:36:34 +00:00
Add main menu customisation
This commit is contained in:
@@ -145,6 +145,11 @@ module.exports = {
|
||||
if (theme.help) {
|
||||
themeSettings.help = theme.help;
|
||||
}
|
||||
|
||||
if (theme.hasOwnProperty("menu")) {
|
||||
themeSettings.menu = theme.menu;
|
||||
}
|
||||
|
||||
return themeApp;
|
||||
}
|
||||
},
|
||||
|
Reference in New Issue
Block a user