fixed: Check updates option no longer available in 6.7.0 #1263

This commit is contained in:
SPRINX0\prochazka
2025-11-21 15:18:00 +01:00
parent 519ff87f5d
commit 6e0b3e5cdc

View File

@@ -118,7 +118,7 @@ module.exports = ({ editMenu, isMac }, currentTranslations = null) => [
{ command: 'tabs.changelog', hideDisabled: true }, { command: 'tabs.changelog', hideDisabled: true },
{ command: 'about.show', hideDisabled: true }, { command: 'about.show', hideDisabled: true },
{ divider: true }, { divider: true },
{ command: 'file.checkForUpdates', hideDisabled: true }, { command: 'app.checkForUpdates', hideDisabled: true },
], ],
}, },
]; ];