mpris album art: async loading, no cache

This commit is contained in:
Damocles 2026-04-12 18:29:30 +02:00
parent 36d187e251
commit 2be333d3f0

View file

@ -31,6 +31,8 @@ M.PopupPanel {
source: menuWindow.player?.trackArtUrl ?? ""
fillMode: Image.PreserveAspectCrop
visible: status === Image.Ready
asynchronous: true
cache: false
}
Rectangle {