ui: Wallpaper motion fix on theme change

This commit is contained in:
Daniel 2023-01-14 12:24:45 +01:00
parent 1f41b73574
commit 6487fd2572

View File

@ -24,6 +24,7 @@ function back() {
var is_dark = false;
function switch_theme(value) {
back();
if (value === undefined) value = !is_dark;
is_dark = value;
get("css_dark").disabled = !is_dark;