diff --git a/app/src/mainMenuDefinition.js b/app/src/mainMenuDefinition.js index 06e5a251..ae5d3121 100644 --- a/app/src/mainMenuDefinition.js +++ b/app/src/mainMenuDefinition.js @@ -76,6 +76,7 @@ module.exports = [ { command: 'app.openIssue', hideDisabled: true }, { command: 'app.openSponsoring', hideDisabled: true }, { divider: true }, + { command: 'settings.commands', hideDisabled: true }, { command: 'tabs.changelog', hideDisabled: true }, { command: 'about.show', hideDisabled: true }, ],