mirror of
https://github.com/BoostIo/Boostnote
synced 2025-12-13 17:56:25 +00:00
fix quit menu item of Linux menu
This commit is contained in:
@@ -88,7 +88,7 @@ if (LINUX) {
|
||||
label: 'Quit Boostnote',
|
||||
accelerator: 'Control + Q',
|
||||
click: function () {
|
||||
mainWindow.close()
|
||||
mainWindow.webContents.send('quit-app', {})
|
||||
}
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user