1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-05-02 10:32:07 -04:00

fix transparency

This commit is contained in:
bbedward
2026-04-25 11:49:22 -04:00
parent c10b42f599
commit 0c2d00b79c
2 changed files with 1 additions and 2 deletions

View File

@@ -556,7 +556,6 @@ Item {
Rectangle {
anchors.fill: parent
radius: Theme.cornerRadius
visible: !BlurService.enabled
color: Theme.withAlpha(Theme.surfaceContainer, Theme.popupTransparency)
}