From b3270c6ca858853912a0ae5429fbb63a81352c32 Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Sat, 6 Jun 2026 16:01:57 +1000 Subject: [PATCH] fix: unload bar properly --- modules/bar/BarWrapper.qml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/bar/BarWrapper.qml b/modules/bar/BarWrapper.qml index 51794b08..b111d1da 100644 --- a/modules/bar/BarWrapper.qml +++ b/modules/bar/BarWrapper.qml @@ -37,7 +37,7 @@ Item { } clip: true - visible: width > 0 + visible: width > Config.border.thickness implicitWidth: fullscreen ? 0 : Config.border.thickness states: State { @@ -78,7 +78,7 @@ Item { anchors.bottom: parent.bottom anchors.right: parent.right - active: root.shouldBeVisible || root.visible + active: root.shouldBeVisible sourceComponent: Bar { width: root.contentWidth