use fast scaling mode for play queue images

This commit is contained in:
Drew Weymouth
2024-03-02 17:31:08 -08:00
parent 825f4325ed
commit 1e010d5452
+1
View File
@@ -196,6 +196,7 @@ func NewPlayQueueListRow(playQueueList *PlayQueueList, im *backend.ImageManager,
} }
p.ExtendBaseWidget(p) p.ExtendBaseWidget(p)
p.cover.ScaleMode = canvas.ImageScaleFastest
p.artist.OnTapped = playQueueList.onArtistTapped p.artist.OnTapped = playQueueList.onArtistTapped
p.OnDoubleTapped = func() { p.OnDoubleTapped = func() {
playQueueList.onPlayTrackAt(p.ItemID()) playQueueList.onPlayTrackAt(p.ItemID())