mirror of
https://github.com/end-4/dots-hyprland.git
synced 2026-06-05 14:59:27 -05:00
settings: prevent race condition of wallpaper zoom spinbox
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user