1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-16 03:06:27 +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', label: 'Boostnote',
submenu: [ submenu: [
{ {
label: 'Quit', role: 'quit'
accelerator: 'Control+Q',
click: function () {
mainWindow.webContents.send('quit-app', {})
}
} }
] ]
} }
@@ -81,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', {})
}
}) })
} }

View File

@@ -1,6 +1,6 @@
{ {
"name": "boost", "name": "boost",
"version": "0.6.3", "version": "0.6.4",
"description": "Boostnote", "description": "Boostnote",
"main": "index.js", "main": "index.js",
"scripts": { "scripts": {