Skip to content

Commit b07fb92

Browse files
committed
fix Quit app shortcut on Windows
1 parent 5729125 commit b07fb92

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/main-menu.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ var boost = OSX
4949
submenu: [
5050
{
5151
label: 'Quit',
52-
accelerator: 'Command+Q',
52+
accelerator: 'Control+Q',
5353
click: function () {
5454
mainWindow.webContents.send('quit-app', {})
5555
}

0 commit comments

Comments
 (0)