[GameSelector/Filters] Properly sync toolbar and dialog. (#6822)

Took 59 minutes

Took 2 minutes

Co-authored-by: Lukas Brübach <Bruebach.Lukas@bdosecurity.de>
This commit is contained in:
BruebachL 2026-04-20 13:19:29 +02:00 committed by GitHub
parent ccb9901b28
commit 98c4e829f8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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