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

create workspace

This commit is contained in:
Andrew Simachev 2021-10-12 16:53:29 +03:00
parent 0b918b26a6
commit 28d474c704
5 changed files with 36 additions and 5 deletions

View file

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