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 {
}
}
}
}
}
-8
View File
@@ -60,14 +60,6 @@ Variants {
}
}
// Update when Settings are loaded
Connections {
target: Settings
function onSettingsLoaded() {
updateDockApps()
}
}
// Shared properties between peek and dock windows
readonly property bool autoHide: Settings.data.dock.autoHide
readonly property int hideDelay: 500