This commit is contained in:
ZeldaZach 2025-01-14 00:16:01 -05:00
parent 1d3f5586c5
commit 790d9339aa
No known key found for this signature in database
3 changed files with 3 additions and 3 deletions

View file

@ -508,7 +508,7 @@ bool GamesProxyModel::filterAcceptsRow(int sourceRow) const
if (!showBuddiesOnlyGames && game.only_buddies()) {
return false;
}
if (hideIgnoredUserGames && tabSupervisor->getUserListManger()->getIgnoreList()->getUsers().contains(
if (hideIgnoredUserGames && tabSupervisor->getUserListManager()->getIgnoreList()->getUsers().contains(
QString::fromStdString(game.creator_info().name()))) {
return false;
}