diff --git a/Drawers/Windows.qml b/Drawers/Windows.qml index be40c58..98772c7 100644 --- a/Drawers/Windows.qml +++ b/Drawers/Windows.qml @@ -129,7 +129,7 @@ Variants { Binding { property: "bar" target: visibilities - value: visibilities.sidebar || visibilities.dashboard || visibilities.osd || visibilities.notif || visibilities.resources + value: visibilities.sidebar || visibilities.dashboard || visibilities.osd || visibilities.notif || visibilities.resources || visibilities.settings || bar.isHovered when: Config.barConfig.autoHide } @@ -146,6 +146,7 @@ Variants { Border { bar: bar + visibilities: visibilities } Backgrounds { diff --git a/Modules/Bar/Border.qml b/Modules/Bar/Border.qml index dcf08af..d745767 100644 --- a/Modules/Bar/Border.qml +++ b/Modules/Bar/Border.qml @@ -11,12 +11,13 @@ Item { id: root required property Item bar + required property PersistentProperties visibilities anchors.fill: parent CustomRect { anchors.fill: parent - color: !root.bar.isHovered && Config.barConfig.autoHide ? "transparent" : DynamicColors.palette.m3surface + color: DynamicColors.palette.m3surface layer.enabled: true layer.effect: MultiEffect {