1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-01-24 21:42:51 -05:00

fix: bar and dock flickering autohide (#784)

This commit is contained in:
mbpowers
2025-11-21 20:49:31 -06:00
committed by GitHub
parent 1e70d7b4c3
commit c0ae3ef58b
2 changed files with 6 additions and 4 deletions

View File

@@ -430,9 +430,9 @@ PanelWindow {
bottom: barWindow.isVertical ? parent.bottom : undefined
}
readonly property bool inOverview: CompositorService.isNiri && NiriService.inOverview && SettingsData.dankBarOpenOnOverview
hoverEnabled: SettingsData.dankBarAutoHide && !topBarCore.reveal && !inOverview
hoverEnabled: SettingsData.dankBarAutoHide && !inOverview
acceptedButtons: Qt.NoButton
enabled: SettingsData.dankBarAutoHide && !topBarCore.reveal && !inOverview
enabled: SettingsData.dankBarAutoHide && !inOverview
Item {
id: topBarContainer