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:
parent
c9bcd4dcfb
commit
4cb4e3dbde
24 changed files with 100 additions and 247 deletions
10
electron.js
10
electron.js
|
@ -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',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue