mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-18 00:56:02 +00:00
fixed: Check updates option no longer available in 6.7.0 #1263
This commit is contained in:
@@ -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 },
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
];
|
];
|
||||||
|
|||||||
Reference in New Issue
Block a user