diff --git a/cockatrice/src/gamesmodel.cpp b/cockatrice/src/gamesmodel.cpp index b6e726cb..93ed99b5 100644 --- a/cockatrice/src/gamesmodel.cpp +++ b/cockatrice/src/gamesmodel.cpp @@ -283,6 +283,7 @@ void GamesProxyModel::resetFilterParameters() { unavailableGamesVisible = false; showPasswordProtectedGames = true; + showBuddiesOnlyGames = true; gameNameFilter = QString(); creatorNameFilter = QString(); gameTypeFilter.clear();