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:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user