1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-08-02 03:28:28 -04:00

Revert "dankbar: keep blur enabled at opacity-0"

This reverts commit 8a5e7c78fb.

fixes #2750
This commit is contained in:
bbedward
2026-07-05 00:20:31 -04:00
parent dd7f4f3ac5
commit 2b12292895
+1 -1
View File
@@ -240,7 +240,7 @@ PanelWindow {
id: barBlur
visible: false
readonly property bool barHasTransparency: barWindow._backgroundAlpha < 1
readonly property bool barHasTransparency: barWindow._backgroundAlpha > 0 && barWindow._backgroundAlpha < 1
function rebuild() {
teardown();