mirror of
https://github.com/BoostIo/Boostnote
synced 2025-12-13 09:46:22 +00:00
Merge branch 'master' of github.com:BoostIO/Boostnote
This commit is contained in:
@@ -44,11 +44,7 @@ var boost = OSX
|
||||
label: 'Boostnote',
|
||||
submenu: [
|
||||
{
|
||||
label: 'Quit',
|
||||
accelerator: 'Control+Q',
|
||||
click: function () {
|
||||
mainWindow.webContents.send('quit-app', {})
|
||||
}
|
||||
role: 'quit'
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -81,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