1
0
Fork 0
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:
Andrew Simachev 2021-09-03 10:20:25 +03:00
parent 95ecfb06d1
commit b76e55684a
2 changed files with 13 additions and 1 deletions

View file

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