1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-01-26 14:32:52 -05:00

dankbar: configurable auto-hide delay

This commit is contained in:
bbedward
2025-11-14 14:00:37 -05:00
parent 8902dd7c44
commit a7eb3de06e
4 changed files with 86 additions and 2 deletions

View File

@@ -399,7 +399,7 @@ Item {
Timer {
id: revealHold
interval: 250
interval: SettingsData.dankBarAutoHideDelay
repeat: false
onTriggered: topBarCore.revealSticky = false
}