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:
parent
bf63e6fe0a
commit
7382870dd9
4 changed files with 24 additions and 4 deletions
|
@ -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' } }); }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue