oopsie conditional fixed

This commit is contained in:
Zacharias-Brohn
2026-02-18 12:15:10 +01:00
parent e551b6bbf1
commit 97784f6101
+1 -1
View File
@@ -29,7 +29,7 @@ Item {
anchors.fill: parent
// anchors.margins: 8
anchors.topMargin: visibilities.bar ? bar.implicitHeight : 0
anchors.topMargin: Config.barConfig.autoHide && !visibilities.bar ? 0 : bar.implicitHeight
Behavior on anchors.topMargin {
Modules.Anim {}
}