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))