looks much better, sorting still off

This commit is contained in:
Drew Weymouth
2025-07-06 13:19:58 -07:00
parent 6931ccb054
commit 9177c12f07
2 changed files with 23 additions and 5 deletions
+1
View File
@@ -338,6 +338,7 @@ func (a *ArtistPage) showAlbumGrid(reSort bool) {
a.sortButton.Show()
if useGroupedReleases {
a.container.Objects[0].(*fyne.Container).Objects[0] = a.groupedReleases
a.container.Objects[0].Refresh()
} else {
a.container.Objects[0].(*fyne.Container).Objects[0] = a.albumGrid
}