This commit is contained in:
Jan Prochazka
2022-04-14 13:21:06 +02:00
parent 374c820567
commit d52cfadfc4
2 changed files with 26 additions and 7 deletions

View File

@@ -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'),
});