replace shuffle icon

This commit is contained in:
Drew Weymouth
2024-01-06 11:44:25 -08:00
parent ca25756db7
commit b3a5fee264
7 changed files with 17 additions and 20 deletions
+1 -1
View File
@@ -269,7 +269,7 @@ func NewPlaylistPageHeader(page *PlaylistPage) *PlaylistPageHeader {
a.page.pm.PlayFromBeginning()
})
// TODO: find way to pad shuffle svg rather than using a space in the label string
shuffleBtn := widget.NewButtonWithIcon(" Shuffle", myTheme.ShuffleIcon, func() {
shuffleBtn := widget.NewButtonWithIcon("Shuffle", myTheme.ShuffleIcon, func() {
a.page.pm.LoadTracks(a.page.tracks, false /*append*/, true /*shuffle*/)
a.page.pm.PlayFromBeginning()
})