notifications: disableable popups, configurable max popup count
This commit is contained in:
parent
ce62d8f9cd
commit
9358f8fe6e
5 changed files with 28 additions and 4 deletions
|
|
@ -34,7 +34,7 @@ PanelWindow {
|
|||
property var _knownIds: ({})
|
||||
|
||||
Repeater {
|
||||
model: M.NotifService.popups.slice(0, 4)
|
||||
model: M.NotifService.popups.slice(0, M.Modules.notifications.maxPopups || 4)
|
||||
|
||||
delegate: Item {
|
||||
id: popupItem
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue