notifications: derive popup enabled from maxPopups > 0
This commit is contained in:
parent
9358f8fe6e
commit
a6d95ffdaf
3 changed files with 1 additions and 7 deletions
|
|
@ -20,7 +20,7 @@ ShellRoot {
|
|||
}
|
||||
|
||||
LazyLoader {
|
||||
active: Modules.notifications.popups
|
||||
active: (Modules.notifications.maxPopups ?? 4) > 0
|
||||
NotifPopup {
|
||||
screen: scope.modelData
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue