From 367130882db5cb67f7f43c1872032df3e4c344a5 Mon Sep 17 00:00:00 2001 From: bbedward Date: Wed, 12 Nov 2025 08:19:11 -0500 Subject: [PATCH] notifs: fix inadvertant transparency --- Modules/Notifications/Popup/NotificationPopup.qml | 1 - 1 file changed, 1 deletion(-) diff --git a/Modules/Notifications/Popup/NotificationPopup.qml b/Modules/Notifications/Popup/NotificationPopup.qml index a066af7e..82a52b74 100644 --- a/Modules/Notifications/Popup/NotificationPopup.qml +++ b/Modules/Notifications/Popup/NotificationPopup.qml @@ -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))