diff --git a/app/src/mainMenuDefinition.js b/app/src/mainMenuDefinition.js index 4a039206f..71d236e72 100644 --- a/app/src/mainMenuDefinition.js +++ b/app/src/mainMenuDefinition.js @@ -118,7 +118,7 @@ module.exports = ({ editMenu, isMac }, currentTranslations = null) => [ { command: 'tabs.changelog', hideDisabled: true }, { command: 'about.show', hideDisabled: true }, { divider: true }, - { command: 'file.checkForUpdates', hideDisabled: true }, + { command: 'app.checkForUpdates', hideDisabled: true }, ], }, ];