mirror of
https://github.com/BoostIo/Boostnote
synced 2025-12-13 09:46:22 +00:00
remove unnecessary codes
This commit is contained in:
@@ -140,16 +140,6 @@ var view = {
|
||||
{
|
||||
type: 'separator'
|
||||
},
|
||||
{
|
||||
label: 'Toggle Markdown Preview',
|
||||
accelerator: OSX ? 'Command + P' : 'Ctrl + P',
|
||||
click: function () {
|
||||
mainWindow.webContents.send('detail-toggle-preview')
|
||||
}
|
||||
},
|
||||
{
|
||||
type: 'separator'
|
||||
},
|
||||
{
|
||||
label: 'Reload',
|
||||
accelerator: (function () {
|
||||
|
||||
Reference in New Issue
Block a user