1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-13 09:46:22 +00:00

hide save button

This commit is contained in:
Rokt33r
2016-01-06 20:33:13 +09:00
parent 9632bf5b93
commit 8e70e20f9e
10 changed files with 80 additions and 63 deletions

View File

@@ -58,23 +58,23 @@ var file = {
mainWindow.webContents.send('nav-new-folder')
}
},
{
type: 'separator'
},
{
label: 'Save Post',
accelerator: OSX ? 'Command + S' : 'Control + S',
click: function () {
mainWindow.webContents.send('detail-save')
}
},
{
label: 'Save All Posts',
accelerator: OSX ? 'Command + Shift + S' : 'Control + Shift + S',
click: function () {
mainWindow.webContents.send('top-save-all')
}
},
// {
// type: 'separator'
// },
// {
// label: 'Save Post',
// accelerator: OSX ? 'Command + S' : 'Control + S',
// click: function () {
// mainWindow.webContents.send('detail-save')
// }
// },
// {
// label: 'Save All Posts',
// accelerator: OSX ? 'Command + Shift + S' : 'Control + Shift + S',
// click: function () {
// mainWindow.webContents.send('top-save-all')
// }
// },
{
type: 'separator'
},