C3: configurable maxHistory (default 50)
This commit is contained in:
parent
176f8a1871
commit
bc3236fce6
2 changed files with 7 additions and 1 deletions
|
|
@ -23,7 +23,8 @@ QtObject {
|
|||
enable: true,
|
||||
timeout: 3000,
|
||||
maxPopups: 4,
|
||||
maxVisible: 10
|
||||
maxVisible: 10,
|
||||
maxHistory: 50
|
||||
})
|
||||
property var mpris: ({
|
||||
enable: true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue