mpris album art: async loading, no cache
This commit is contained in:
parent
36d187e251
commit
2be333d3f0
1 changed files with 2 additions and 0 deletions
|
|
@ -31,6 +31,8 @@ M.PopupPanel {
|
||||||
source: menuWindow.player?.trackArtUrl ?? ""
|
source: menuWindow.player?.trackArtUrl ?? ""
|
||||||
fillMode: Image.PreserveAspectCrop
|
fillMode: Image.PreserveAspectCrop
|
||||||
visible: status === Image.Ready
|
visible: status === Image.Ready
|
||||||
|
asynchronous: true
|
||||||
|
cache: false
|
||||||
}
|
}
|
||||||
|
|
||||||
Rectangle {
|
Rectangle {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue