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

View File

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