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

fix windows menu button

This commit is contained in:
Dick Choi
2016-08-23 14:29:04 +09:00
parent 17223db3ea
commit 631c86865f

View File

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