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'
|
type: 'separator'
|
||||||
})
|
})
|
||||||
file.submenu.push({
|
file.submenu.push({
|
||||||
label: 'Quit Boostnote',
|
role: 'quit'
|
||||||
accelerator: 'Control + Q',
|
|
||||||
click: function () {
|
|
||||||
mainWindow.webContents.send('quit-app', {})
|
|
||||||
}
|
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user