From de82d391be5e0880bb0161053640002179e71a29 Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Mon, 28 Jul 2025 23:12:58 +1000 Subject: popouts: unload when hidden --- modules/bar/popouts/Wrapper.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/bar/popouts/Wrapper.qml') diff --git a/modules/bar/popouts/Wrapper.qml b/modules/bar/popouts/Wrapper.qml index 9a7f7c1..4ef7492 100644 --- a/modules/bar/popouts/Wrapper.qml +++ b/modules/bar/popouts/Wrapper.qml @@ -72,7 +72,7 @@ Item { Comp { id: content - shouldBeActive: !root.detachedMode + shouldBeActive: root.hasCurrent && !root.detachedMode asynchronous: true anchors.right: parent.right anchors.verticalCenter: parent.verticalCenter -- cgit v1.2.3-freya