1
0
Fork 0
mirror of https://github.com/anyproto/anytype-ts.git synced 2025-06-08 05:57:02 +09:00
This commit is contained in:
Andrew Simachev 2021-03-03 12:22:00 +03:00
parent aaded754fb
commit 58dedcf28a
6 changed files with 14 additions and 6 deletions

View file

@ -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];