notification center: scrollable list, configurable maxVisible (default 10)
This commit is contained in:
parent
29a24b4205
commit
29f14a72f0
3 changed files with 240 additions and 213 deletions
|
|
@ -22,7 +22,8 @@ QtObject {
|
|||
property var notifications: ({
|
||||
enable: true,
|
||||
timeout: 3000,
|
||||
maxPopups: 4
|
||||
maxPopups: 4,
|
||||
maxVisible: 10
|
||||
})
|
||||
property var mpris: ({
|
||||
enable: true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue