mirror of
https://github.com/anyproto/anytype-ts.git
synced 2025-06-08 05:57:02 +09:00
fixes
This commit is contained in:
parent
aaded754fb
commit
58dedcf28a
6 changed files with 14 additions and 6 deletions
|
@ -483,7 +483,7 @@ function menuInit () {
|
|||
|
||||
for (let i in flags) {
|
||||
flagMenu.push({
|
||||
label: flags[i], type: 'checkbox', checked: config.debug,
|
||||
label: flags[i], type: 'checkbox', checked: config.debug[i],
|
||||
click: () => {
|
||||
const debug = config.debug || {};
|
||||
debug[i] = !debug[i];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue