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:
parent
0b918b26a6
commit
28d474c704
5 changed files with 36 additions and 5 deletions
|
@ -601,6 +601,10 @@ function menuInit () {
|
|||
{
|
||||
label: 'Export templates',
|
||||
click: () => { send('command', 'exportTemplates'); }
|
||||
},
|
||||
{
|
||||
label: 'Create workspace',
|
||||
click: () => { send('commandGlobal', 'workspace'); }
|
||||
}
|
||||
]
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue