Add MPRIS blacklist
This commit is contained in:
parent
7bcb227d7b
commit
1533b2d3a1
5 changed files with 171 additions and 10 deletions
|
|
@ -218,6 +218,9 @@ Singleton {
|
|||
property string visualizerType: "linear"
|
||||
property int volumeStep: 5
|
||||
property int cavaFrameRate: 60
|
||||
// MPRIS controls
|
||||
property list<string> mprisBlacklist: []
|
||||
property string preferredPlayer: ""
|
||||
}
|
||||
|
||||
// ui
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue