[GameSelector/Filters] Properly sync toolbar and dialog.

Took 59 minutes

Took 2 minutes
This commit is contained in:
Lukas Brübach 2026-04-19 16:15:54 +02:00
parent 58a8c7d3df
commit 483ce5e549
6 changed files with 145 additions and 26 deletions

View file

@ -326,6 +326,7 @@ void GamesProxyModel::setGameFilters(bool _hideBuddiesOnlyGames,
#else
invalidateFilter();
#endif
emit filtersChanged();
}
int GamesProxyModel::getNumFilteredGames() const