fix: unload bar properly

This commit is contained in:
2 * r + 2 * t 2026-06-06 16:01:57 +10:00
parent c85dfc6a1b
commit b3270c6ca8

View file

@ -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