Merge pull request #2080 from ZeldaZach/fix_reset

show buddyOnly on filter clear
This commit is contained in:
Zach 2016-07-14 17:39:25 -04:00 committed by GitHub
commit 81006d5342

View file

@ -283,6 +283,7 @@ void GamesProxyModel::resetFilterParameters()
{ {
unavailableGamesVisible = false; unavailableGamesVisible = false;
showPasswordProtectedGames = true; showPasswordProtectedGames = true;
showBuddiesOnlyGames = true;
gameNameFilter = QString(); gameNameFilter = QString();
creatorNameFilter = QString(); creatorNameFilter = QString();
gameTypeFilter.clear(); gameTypeFilter.clear();