1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-01-25 14:02:53 -05:00

notifs: fix inadvertant transparency

This commit is contained in:
bbedward
2025-11-12 08:19:11 -05:00
parent d8563ba79d
commit 367130882d

View File

@@ -236,7 +236,6 @@ PanelWindow {
id: bgShadowLayer
anchors.fill: parent
anchors.margins: Theme.snap(4, win.dpr)
visible: content.popupSurfaceAlpha >= 0.95
layer.enabled: true
layer.smooth: false
layer.textureSize: Qt.size(Math.round(width * win.dpr), Math.round(height * win.dpr))