From 8815846fe04a84cc585c45510c8434edd0d8aba9 Mon Sep 17 00:00:00 2001 From: end-4 <97237370+end-4@users.noreply.github.com> Date: Thu, 22 May 2025 14:29:08 +0200 Subject: [PATCH] notif popup: fix undefined errors --- .../modules/notificationPopup/NotificationPopup.qml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.config/quickshell/modules/notificationPopup/NotificationPopup.qml b/.config/quickshell/modules/notificationPopup/NotificationPopup.qml index d9941f36f..cf4d4f93c 100644 --- a/.config/quickshell/modules/notificationPopup/NotificationPopup.qml +++ b/.config/quickshell/modules/notificationPopup/NotificationPopup.qml @@ -16,12 +16,9 @@ Scope { loading: true PanelWindow { id: root - visible: (columnLayout.children.length > 0 || notificationWidgetList.length > 0) + visible: (Notifications.popupList.length > 0) screen: Quickshell.screens.find(s => s.name === Hyprland.focusedMonitor?.name) - property Component notifComponent: NotificationWidget {} - property list notificationWidgetList: [] - WlrLayershell.namespace: "quickshell:notificationPopup" WlrLayershell.layer: WlrLayer.Overlay exclusiveZone: 0