diff --git a/.config/quickshell/modules/notificationPopup/NotificationPopup.qml b/.config/quickshell/modules/notificationPopup/NotificationPopup.qml index 49fe7c381..1d5e82739 100644 --- a/.config/quickshell/modules/notificationPopup/NotificationPopup.qml +++ b/.config/quickshell/modules/notificationPopup/NotificationPopup.qml @@ -16,12 +16,12 @@ Scope { model: Quickshell.screens LazyLoader { + property var modelData loading: true PanelWindow { id: root visible: true - property var modelData property Component notifComponent: NotificationWidget {} property list notificationWidgetList: []