show buddyOnly on filter clear
This commit is contained in:
parent
cbff59ae59
commit
edd50a7571
1 changed files with 1 additions and 0 deletions
|
@ -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();
|
||||||
|
|
Loading…
Reference in a new issue