mirror of
https://github.com/end-4/dots-hyprland.git
synced 2026-06-28 03:27:30 -05:00
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