mirror of
https://github.com/anyproto/anytype-ts.git
synced 2025-06-08 05:57:02 +09:00
export localstore
This commit is contained in:
parent
32ef9739e6
commit
ff671026f0
3 changed files with 35 additions and 0 deletions
|
@ -617,6 +617,10 @@ function menuInit () {
|
|||
label: 'Export templates',
|
||||
click: () => { send('command', 'exportTemplates'); }
|
||||
},
|
||||
{
|
||||
label: 'Export localstore',
|
||||
click: () => { send('command', 'exportLocalstore'); }
|
||||
},
|
||||
{
|
||||
label: 'Create workspace',
|
||||
click: () => { send('commandGlobal', 'workspace'); }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue