mirror of
https://github.com/BoostIo/Boostnote
synced 2025-12-13 09:46:22 +00:00
hide save button
This commit is contained in:
@@ -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'
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user