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:
@@ -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'
|
||||
})
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user