1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2025-12-06 05:25:41 -05:00

Hide topbar all the way when hidden

fixes #234
This commit is contained in:
bbedward
2025-09-22 08:48:16 -04:00
parent 50f6dfa709
commit 0bfaf2a8f8

View File

@@ -267,7 +267,7 @@ PanelWindow {
transform: Translate {
id: topBarSlide
y: Math.round(topBarCore.reveal ? 0 : -(root.effectiveBarHeight - 4))
y: Math.round(topBarCore.reveal ? 0 : -(root.effectiveBarHeight + (SettingsData.topBarGothCornersEnabled ? root._wingR : 0)))
Behavior on y {
NumberAnimation {