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:
@@ -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', {})
|
|
||||||
}
|
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -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": {
|
||||||
|
|||||||
Reference in New Issue
Block a user