notifications: disableable popups, configurable max popup count

This commit is contained in:
Damocles 2026-04-13 15:35:12 +02:00
parent ce62d8f9cd
commit 9358f8fe6e
5 changed files with 28 additions and 4 deletions

View file

@ -19,8 +19,11 @@ ShellRoot {
screen: scope.modelData
}
NotifPopup {
screen: scope.modelData
LazyLoader {
active: Modules.notifications.popups
NotifPopup {
screen: scope.modelData
}
}
LazyLoader {