forked from Shinonome/dots-hyprland
settings: prevent race condition of wallpaper zoom spinbox
This commit is contained in:
@@ -202,7 +202,10 @@ ApplicationWindow {
|
|||||||
id: pageLoader
|
id: pageLoader
|
||||||
anchors.fill: parent
|
anchors.fill: parent
|
||||||
opacity: 1.0
|
opacity: 1.0
|
||||||
|
|
||||||
|
active: Config.ready
|
||||||
source: root.pages[0].component
|
source: root.pages[0].component
|
||||||
|
|
||||||
Connections {
|
Connections {
|
||||||
target: root
|
target: root
|
||||||
function onCurrentPageChanged() {
|
function onCurrentPageChanged() {
|
||||||
|
|||||||
Reference in New Issue
Block a user