settings: prevent race condition of wallpaper zoom spinbox

This commit is contained in:
end-4
2025-08-26 14:39:11 +07:00
parent 9f4aa3f7e1
commit cd8cb03797
+3
View File
@@ -202,7 +202,10 @@ ApplicationWindow {
id: pageLoader
anchors.fill: parent
opacity: 1.0
active: Config.ready
source: root.pages[0].component
Connections {
target: root
function onCurrentPageChanged() {