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

Anytype ID in help menu

This commit is contained in:
Andrew Simachev 2021-07-21 19:38:26 +03:00
parent bf63e6fe0a
commit 7382870dd9
4 changed files with 24 additions and 4 deletions

View file

@ -487,6 +487,10 @@ function menuInit () {
{
label: 'Help',
submenu: [
{
label: 'Anytype ID',
click: () => { send('commandGlobal', 'id'); }
},
{
label: 'Status',
click: () => { send('popup', 'help', { data: { document: 'status' } }); }