mirror of
https://github.com/anyproto/anytype-ts.git
synced 2025-06-08 05:57:02 +09:00
move latex block under experimental flag
This commit is contained in:
parent
95ecfb06d1
commit
b76e55684a
2 changed files with 13 additions and 1 deletions
|
@ -588,6 +588,13 @@ function menuInit () {
|
|||
win.reload();
|
||||
}
|
||||
},
|
||||
{
|
||||
label: 'Experimental', type: 'checkbox', checked: config.experimental,
|
||||
click: () => {
|
||||
setConfig({ experimental: !config.experimental });
|
||||
win.reload();
|
||||
}
|
||||
},
|
||||
{
|
||||
label: 'Graph',
|
||||
click: () => { send('popup', 'graph', {}); }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue