mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-06-25 16:13:54 -07:00
Merge pull request #2080 from ZeldaZach/fix_reset
show buddyOnly on filter clear
This commit is contained in:
commit
81006d5342
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…
Add table
Add a link
Reference in a new issue