Show all games when "Clear Filter" applied

This commit is contained in:
ZeldaZach 2025-01-25 00:01:46 -05:00
parent ec6a23de56
commit 832ed0f1c3
No known key found for this signature in database

View file

@ -26,8 +26,8 @@ enum GameListColumn
SPECTATORS
};
const bool DEFAULT_SHOW_FULL_GAMES = false;
const bool DEFAULT_SHOW_GAMES_THAT_STARTED = false;
const bool DEFAULT_SHOW_FULL_GAMES = true;
const bool DEFAULT_SHOW_GAMES_THAT_STARTED = true;
const bool DEFAULT_SHOW_PASSWORD_PROTECTED_GAMES = true;
const bool DEFAULT_SHOW_BUDDIES_ONLY_GAMES = true;
const bool DEFAULT_HIDE_IGNORED_USER_GAMES = false;