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

Merge pull request #1188 from anytypeio/dump-localstore

Export localstore
This commit is contained in:
Razor 2021-10-27 14:52:32 +03:00 committed by GitHub
commit b73c85b590
3 changed files with 35 additions and 0 deletions

View file

@ -611,6 +611,10 @@ function menuInit () {
label: 'Export templates',
click: () => { send('command', 'exportTemplates'); }
},
{
label: 'Export localstore',
click: () => { send('command', 'exportLocalstore'); }
},
{
label: 'Create workspace',
click: () => { send('commandGlobal', 'workspace'); }