beginning work on PlayQueueList

This commit is contained in:
Drew Weymouth
2024-03-02 12:29:07 -08:00
parent 18d0580424
commit c2c65c3d76
+1 -1
View File
@@ -810,7 +810,7 @@ func (t *TrackRow) Update(tm *util.TrackListModel, rowNum int) {
t.name.Segments[0].(*widget.TextSegment).Style.TextStyle.Bold = isPlaying
if isPlaying {
t.Content.(*fyne.Container).Objects[0] = container.NewCenter(t.playingIcon)
t.Content.(*fyne.Container).Objects[0] = t.playingIcon
} else {
t.Content.(*fyne.Container).Objects[0] = t.num
}