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

fix linux menu quit button

This commit is contained in:
Dick Choi
2016-08-23 23:41:05 +09:00
parent 631c86865f
commit dba5ea156a

View File

@@ -77,11 +77,7 @@ if (LINUX) {
type: 'separator'
})
file.submenu.push({
label: 'Quit Boostnote',
accelerator: 'Control + Q',
click: function () {
mainWindow.webContents.send('quit-app', {})
}
role: 'quit'
})
}