1
0
Fork 0
mirror of https://github.com/anyproto/anytype-ts.git synced 2025-06-08 05:57:02 +09:00

#572 help section refactoring

This commit is contained in:
Andrew Simachev 2020-08-04 18:33:01 +03:00
parent c9bcd4dcfb
commit 4cb4e3dbde
24 changed files with 100 additions and 247 deletions

View file

@ -288,16 +288,16 @@ function menuInit () {
label: 'Help',
submenu: [
{
label: 'Table of contents',
click: function () { win.webContents.send('route', '/help/index'); }
label: 'Status',
click: function () { win.webContents.send('popupHelp', 'status'); }
},
{
label: 'Keyboard & Shortcuts',
click: function () { win.webContents.send('route', '/help/shortcuts'); }
label: 'Keyboard Shortcuts',
click: function () { win.webContents.send('popupHelp', 'shortcuts'); }
},
{
label: 'What\'s new',
click: function () { win.webContents.send('route', '/help/new'); }
click: function () { win.webContents.send('popupHelp', 'whatsNew'); }
},
{
label: 'Check for updates',