mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-19 17:46:00 +00:00
mac menu
This commit is contained in:
@@ -458,8 +458,8 @@ if (hasPermission('settings/change')) {
|
||||
registerCommand({
|
||||
id: 'file.exit',
|
||||
category: 'File',
|
||||
name: isMac() ? 'Quit DbGate' : 'Exit',
|
||||
keyText: isMac() ? 'Command+Q' : null,
|
||||
name: isMac() ? 'Quit' : 'Exit',
|
||||
// keyText: isMac() ? 'Command+Q' : null,
|
||||
testEnabled: () => getElectron() != null,
|
||||
onClick: () => getElectron().send('quit-app'),
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user