no more quickshell crashes when switching monitor and getting a noti

This commit is contained in:
lucy 2025-12-29 23:51:22 +01:00
parent c55f9b9ae0
commit 41f66c151f

View File

@ -27,6 +27,13 @@ ShellRoot {
screen: modelData screen: modelData
} }
} }
WallSwitcher {} Variants {
NotiPopup {} id: notiVariants
model: Quickshell.screens
delegate: NotiPopup {
screen: modelData
}
}
WallSwitcher {}
} }