Scaling: fix scaling not properly applied on startup.

This commit is contained in:
ItsLemmy
2025-09-29 10:20:19 -04:00
parent 22794ea922
commit 5cea61114b
3 changed files with 9 additions and 23 deletions
+2 -2
View File
@@ -233,7 +233,7 @@ Variants {
})
}
}
function setWallpaperInitial() {
// On startup, defer assigning wallpaper until the service cache is ready, retries every tick
if (!WallpaperService || !WallpaperService.isInitialized) {
@@ -311,4 +311,4 @@ Variants {
}
}
}
}
}