mirror of
https://github.com/AvengeMedia/DankMaterialShell.git
synced 2026-08-08 14:38:30 -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
|
id: barBlur
|
||||||
visible: false
|
visible: false
|
||||||
|
|
||||||
readonly property bool barHasTransparency: barWindow._backgroundAlpha < 1
|
readonly property bool barHasTransparency: barWindow._backgroundAlpha > 0 && barWindow._backgroundAlpha < 1
|
||||||
|
|
||||||
function rebuild() {
|
function rebuild() {
|
||||||
teardown();
|
teardown();
|
||||||
|
|||||||
Reference in New Issue
Block a user