fix notif popup screen data

This commit is contained in:
end-4
2025-05-14 22:21:24 +02:00
parent 6deecbc1d4
commit 6c2d86a6b3
@@ -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<NotificationWidget> notificationWidgetList: []