From ba67e56fdabfa9fce610cc0b4785550318d0cd99 Mon Sep 17 00:00:00 2001 From: zach Date: Thu, 28 May 2026 02:12:11 +0200 Subject: [PATCH] properly load/unload settings --- Modules/Settings/Wrapper.qml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Modules/Settings/Wrapper.qml b/Modules/Settings/Wrapper.qml index 8795427..a734fd4 100644 --- a/Modules/Settings/Wrapper.qml +++ b/Modules/Settings/Wrapper.qml @@ -32,10 +32,9 @@ Item { Loader { id: content - active: true + active: root.shouldBeActive || root.visible anchors.bottom: parent.bottom anchors.horizontalCenter: parent.horizontalCenter - visible: true sourceComponent: Content { screen: root.screen