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
-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