add play button to center of album cover in album grid

This commit is contained in:
Drew Weymouth
2023-01-18 18:49:12 -08:00
parent a2104059e2
commit 348d2b0861
6 changed files with 81 additions and 16 deletions
+1
View File
@@ -12,6 +12,7 @@ fyne bundle -append -prefix Res icons/musicnotes.png >> bundled.go
fyne bundle -append -prefix Res icons/musicnotes-invert.png >> bundled.go
fyne bundle -append -prefix Res icons/people.png >> bundled.go
fyne bundle -append -prefix Res icons/people-invert.png >> bundled.go
fyne bundle -append -prefix Res icons/playbutton.png >> bundled.go
fyne bundle -append -prefix Res icons/playlist.png >> bundled.go
fyne bundle -append -prefix Res icons/playlist-invert.png >> bundled.go
fyne bundle -append -prefix Res icons/podcast.png >> bundled.go