mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-30 23:50:19 -07:00
show buddyOnly on filter clear
This commit is contained in:
@@ -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();
|
||||||
|
|||||||
Reference in New Issue
Block a user