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:
@@ -48,7 +48,7 @@ var file = {
|
|||||||
label: 'New Post',
|
label: 'New Post',
|
||||||
accelerator: OSX ? 'Command + N' : 'Control + N',
|
accelerator: OSX ? 'Command + N' : 'Control + N',
|
||||||
click: function () {
|
click: function () {
|
||||||
mainWindow.webContents.send('nav-new-post')
|
mainWindow.webContents.send('top-new-post')
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user