mirror of
https://github.com/BoostIo/Boostnote
synced 2025-12-15 18:56:22 +00:00
fix Quit app shortcut on Windows
This commit is contained in:
@@ -49,7 +49,7 @@ var boost = OSX
|
|||||||
submenu: [
|
submenu: [
|
||||||
{
|
{
|
||||||
label: 'Quit',
|
label: 'Quit',
|
||||||
accelerator: 'Command+Q',
|
accelerator: 'Control+Q',
|
||||||
click: function () {
|
click: function () {
|
||||||
mainWindow.webContents.send('quit-app', {})
|
mainWindow.webContents.send('quit-app', {})
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user