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

remove unnecessary codes

This commit is contained in:
Dick Choi
2016-01-09 21:02:30 +09:00
parent 572a0ac266
commit 890f654971
2 changed files with 0 additions and 19 deletions

View File

@@ -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 () {