fix color bugs
This commit is contained in:
parent
0182f1b28c
commit
01e267846e
1 changed files with 2 additions and 1 deletions
|
@ -1805,10 +1805,11 @@ class Localuser {
|
||||||
accessibility.addCheckboxInput(
|
accessibility.addCheckboxInput(
|
||||||
I18n.accessibility.roleColors(),
|
I18n.accessibility.roleColors(),
|
||||||
(t) => {
|
(t) => {
|
||||||
|
console.log(t);
|
||||||
this.perminfo.user.disableColors = !t;
|
this.perminfo.user.disableColors = !t;
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
initState: !!this.perminfo.user.disableColors,
|
initState: !this.perminfo.user.disableColors,
|
||||||
},
|
},
|
||||||
);
|
);
|
||||||
const gifSettings = ["hover", "always", "never"] as const;
|
const gifSettings = ["hover", "always", "never"] as const;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue