1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-13 09:46:22 +00:00

fix Quit app shortcut on Windows

This commit is contained in:
Dick Choi
2016-08-14 02:07:08 +09:00
parent 5729125fbb
commit b07fb92e5c

View File

@@ -49,7 +49,7 @@ var boost = OSX
submenu: [
{
label: 'Quit',
accelerator: 'Command+Q',
accelerator: 'Control+Q',
click: function () {
mainWindow.webContents.send('quit-app', {})
}