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

fix quit menu item of Linux menu

This commit is contained in:
Dick Choi
2016-08-14 12:21:31 +09:00
parent 2e6bb21fda
commit 9d2f570515

View File

@@ -88,7 +88,7 @@ if (LINUX) {
label: 'Quit Boostnote', label: 'Quit Boostnote',
accelerator: 'Control + Q', accelerator: 'Control + Q',
click: function () { click: function () {
mainWindow.close() mainWindow.webContents.send('quit-app', {})
} }
}) })
} }