We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 418e3e9 commit 2138f08Copy full SHA for 2138f08
cmd/WiiUDownloader/mainwindow.go
@@ -390,7 +390,8 @@ func (mw *MainWindow) filterTitles(filterText string) {
390
391
func (mw *MainWindow) onCategoryToggled(button *gtk.ToggleButton) {
392
category, _ := button.GetLabel()
393
- mw.updateTitles(wiiudownloader.GetTitleEntries(wiiudownloader.GetCategoryFromFormattedCategory(category)))
+ mw.titles = wiiudownloader.GetTitleEntries(wiiudownloader.GetCategoryFromFormattedCategory(category))
394
+ mw.updateTitles(mw.titles)
395
for _, catButton := range mw.categoryButtons {
396
catButton.SetActive(false)
397
}
0 commit comments