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

Change the name list:top to list:jumpToTop

This commit is contained in:
asmsuechan
2017-03-19 00:17:51 -07:00
parent dea0c4287b
commit 31c04de7b6

View File

@@ -187,7 +187,7 @@ var view = {
label: 'Jump to Top',
accelerator: 'Control + G',
click () {
mainWindow.webContents.send('list:top')
mainWindow.webContents.send('list:jumpToTop')
}
},
{