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
|
|
@ -21,7 +21,9 @@ QtObject {
|
|||
})
|
||||
property var notifications: ({
|
||||
enable: true,
|
||||
timeout: 3000
|
||||
timeout: 3000,
|
||||
popups: true,
|
||||
maxPopups: 4
|
||||
})
|
||||
property var mpris: ({
|
||||
enable: true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue