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
@@ -40,7 +40,7 @@ func (g *genrePageAdapter) Route() controller.Route {
func (g *genrePageAdapter) ActionButton() *widget.Button {
fn := func() { go g.pm.PlayRandomSongs(g.genre) }
return widget.NewButtonWithIcon(" Play random", myTheme.ShuffleIcon, fn)
return widget.NewButtonWithIcon("Play random", myTheme.ShuffleIcon, fn)
}
func (a *genrePageAdapter) Iter(sortOrder string, filter mediaprovider.AlbumFilter) widgets.GridViewIterator {