1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-01-27 06:52:50 -05:00

fix spacer reactivity

This commit is contained in:
bbedward
2025-08-25 15:44:20 -04:00
parent 3d54723ec6
commit adb15a7945
2 changed files with 15 additions and 2 deletions

View File

@@ -422,6 +422,7 @@ PanelWindow {
opacity: topBarContent.getWidgetEnabled(
model.enabled) ? 1 : 0
asynchronous: false
}
}
}
@@ -601,6 +602,7 @@ PanelWindow {
opacity: topBarContent.getWidgetEnabled(
model.enabled) ? 1 : 0
asynchronous: false
}
}
}