beginning work on PlayQueueList
This commit is contained in:
@@ -810,7 +810,7 @@ func (t *TrackRow) Update(tm *util.TrackListModel, rowNum int) {
|
|||||||
t.name.Segments[0].(*widget.TextSegment).Style.TextStyle.Bold = isPlaying
|
t.name.Segments[0].(*widget.TextSegment).Style.TextStyle.Bold = isPlaying
|
||||||
|
|
||||||
if isPlaying {
|
if isPlaying {
|
||||||
t.Content.(*fyne.Container).Objects[0] = container.NewCenter(t.playingIcon)
|
t.Content.(*fyne.Container).Objects[0] = t.playingIcon
|
||||||
} else {
|
} else {
|
||||||
t.Content.(*fyne.Container).Objects[0] = t.num
|
t.Content.(*fyne.Container).Objects[0] = t.num
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user