1
0
Fork 0
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:
Andrew Simachev 2021-10-27 14:08:29 +03:00
parent 32ef9739e6
commit ff671026f0
3 changed files with 35 additions and 0 deletions

View file

@ -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'); }