forked from Shinonome/dots-hyprland
fix notif popup screen data
This commit is contained in:
@@ -16,12 +16,12 @@ Scope {
|
|||||||
model: Quickshell.screens
|
model: Quickshell.screens
|
||||||
|
|
||||||
LazyLoader {
|
LazyLoader {
|
||||||
|
property var modelData
|
||||||
loading: true
|
loading: true
|
||||||
PanelWindow {
|
PanelWindow {
|
||||||
id: root
|
id: root
|
||||||
visible: true
|
visible: true
|
||||||
|
|
||||||
property var modelData
|
|
||||||
property Component notifComponent: NotificationWidget {}
|
property Component notifComponent: NotificationWidget {}
|
||||||
property list<NotificationWidget> notificationWidgetList: []
|
property list<NotificationWidget> notificationWidgetList: []
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user