move to list fork

This commit is contained in:
Drew Weymouth
2024-06-14 08:30:04 -07:00
parent 169b914abf
commit f5a4146e2b
9 changed files with 17 additions and 36 deletions
-1
View File
@@ -274,7 +274,6 @@ func NewGenreFilterSubsection(onChanged func([]string), initialSelectedGenres []
_, selected := g.selectedGenres[genre]
g.selectedGenresMutex.RUnlock()
row := obj.(*genreListViewRow)
g.genreListView.SetItemForID(id, row)
row.ListItemID = id
row.Content.(*widget.Check).Text = genre
row.Content.(*widget.Check).Checked = selected