diff --git a/src/webpage/localuser.ts b/src/webpage/localuser.ts index 0c03c1c..3c362d4 100644 --- a/src/webpage/localuser.ts +++ b/src/webpage/localuser.ts @@ -1805,10 +1805,11 @@ class Localuser { accessibility.addCheckboxInput( I18n.accessibility.roleColors(), (t) => { + console.log(t); this.perminfo.user.disableColors = !t; }, { - initState: !!this.perminfo.user.disableColors, + initState: !this.perminfo.user.disableColors, }, ); const gifSettings = ["hover", "always", "never"] as const;