mirror of
https://github.com/BoostIo/Boostnote
synced 2025-12-13 01:36:22 +00:00
Fix pointed part by review
This commit is contained in:
@@ -62,7 +62,7 @@ var file = {
|
||||
{
|
||||
label: 'Focus Note',
|
||||
accelerator: 'Control + E',
|
||||
click: function () {
|
||||
click () {
|
||||
mainWindow.webContents.send('detail:focus')
|
||||
}
|
||||
},
|
||||
@@ -155,7 +155,7 @@ var view = {
|
||||
}
|
||||
},
|
||||
{
|
||||
label: 'Prior Note',
|
||||
label: 'Privious Note',
|
||||
accelerator: 'Control + U',
|
||||
click: function () {
|
||||
mainWindow.webContents.send('list:prior')
|
||||
|
||||
Reference in New Issue
Block a user