mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-04-27 07:48:01 -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;
|
||||
showPasswordProtectedGames = true;
|
||||
showBuddiesOnlyGames = true;
|
||||
gameNameFilter = QString();
|
||||
creatorNameFilter = QString();
|
||||
gameTypeFilter.clear();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue