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:
parent
5e3c7c1318
commit
5adf5486dd
21 changed files with 284 additions and 173 deletions
|
@ -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: () => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue