From b36da8eba2a29a418d3e4277a4bae1a753a384d6 Mon Sep 17 00:00:00 2001 From: Lulu <69200772+sharkcafe@users.noreply.github.com> Date: Fri, 12 Sep 2025 04:09:07 +0200 Subject: [PATCH] Add namespace to notification popup (#187) --- Modules/Notifications/Popup/NotificationPopup.qml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Modules/Notifications/Popup/NotificationPopup.qml b/Modules/Notifications/Popup/NotificationPopup.qml index 79a2aeb3..38d7bf00 100644 --- a/Modules/Notifications/Popup/NotificationPopup.qml +++ b/Modules/Notifications/Popup/NotificationPopup.qml @@ -11,6 +11,8 @@ import qs.Widgets PanelWindow { id: win + WlrLayershell.namespace: "quickshell:notification" + required property var notificationData required property string notificationId readonly property bool hasValidData: notificationData && notificationData.notification