1
0
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:
Dick Choi
2016-08-23 14:46:47 +09:00
2 changed files with 3 additions and 11 deletions

View File

@@ -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'
})
}