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

#838: sync status menu

This commit is contained in:
Andrew Simachev 2020-11-13 13:16:22 +03:00
parent 5e3c7c1318
commit 5adf5486dd
21 changed files with 284 additions and 173 deletions

View file

@ -482,6 +482,12 @@ function menuInit () {
setConfig({ debugMW: !config.debugMW });
}
},
{
label: 'Threads', type: 'checkbox', checked: config.debugTH,
click: () => {
setConfig({ debugTH: !config.debugTH });
}
},
{
label: 'Analytics', type: 'checkbox', checked: config.debugAN,
click: () => {