mirror of
https://github.com/end-4/dots-hyprland.git
synced 2026-06-25 10:07:30 -05:00
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