put notif popup in lazy loader

This commit is contained in:
end-4
2025-05-14 22:07:19 +02:00
parent 2339eda157
commit db1e3cbab1
@@ -15,6 +15,8 @@ Scope {
Variants { Variants {
model: Quickshell.screens model: Quickshell.screens
LazyLoader {
loading: true
PanelWindow { PanelWindow {
id: root id: root
visible: true visible: true
@@ -113,6 +115,7 @@ Scope {
} }
} }
}
} }