This commit is contained in:
srgooglo 2022-05-31 02:09:53 +02:00
parent c390d7d04b
commit d9525c597a

View File

@ -15,7 +15,7 @@ export default class StyleCore extends Core {
"app.autoDarkModeToogle": (value) => { "app.autoDarkModeToogle": (value) => {
if (value === true) { if (value === true) {
this.handleAutoColorScheme() this.handleAutoColorScheme()
}else { } else {
this.applyVariant(this.getStoragedVariant()) this.applyVariant(this.getStoragedVariant())
} }
}, },