1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-13 17:56:25 +00:00

fix wrong event name

This commit is contained in:
Rokt33r
2016-01-04 00:38:32 +09:00
parent 931f9bdce0
commit cf6ecc17cc

View File

@@ -48,7 +48,7 @@ var file = {
label: 'New Post',
accelerator: OSX ? 'Command + N' : 'Control + N',
click: function () {
mainWindow.webContents.send('nav-new-post')
mainWindow.webContents.send('top-new-post')
}
},
{