From cd8cb037973f94c9b6e22ff7e8c6b4a83acb55a0 Mon Sep 17 00:00:00 2001 From: end-4 <97237370+end-4@users.noreply.github.com> Date: Tue, 26 Aug 2025 14:39:11 +0700 Subject: [PATCH] settings: prevent race condition of wallpaper zoom spinbox --- .config/quickshell/ii/settings.qml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.config/quickshell/ii/settings.qml b/.config/quickshell/ii/settings.qml index 1660f1475..0164d9f2e 100644 --- a/.config/quickshell/ii/settings.qml +++ b/.config/quickshell/ii/settings.qml @@ -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() {