mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-19 00:42:14 -07:00
Show all games when "Clear Filter" applied
This commit is contained in:
parent
ec6a23de56
commit
832ed0f1c3
1 changed files with 2 additions and 2 deletions
|
|
@ -26,8 +26,8 @@ enum GameListColumn
|
||||||
SPECTATORS
|
SPECTATORS
|
||||||
};
|
};
|
||||||
|
|
||||||
const bool DEFAULT_SHOW_FULL_GAMES = false;
|
const bool DEFAULT_SHOW_FULL_GAMES = true;
|
||||||
const bool DEFAULT_SHOW_GAMES_THAT_STARTED = false;
|
const bool DEFAULT_SHOW_GAMES_THAT_STARTED = true;
|
||||||
const bool DEFAULT_SHOW_PASSWORD_PROTECTED_GAMES = true;
|
const bool DEFAULT_SHOW_PASSWORD_PROTECTED_GAMES = true;
|
||||||
const bool DEFAULT_SHOW_BUDDIES_ONLY_GAMES = true;
|
const bool DEFAULT_SHOW_BUDDIES_ONLY_GAMES = true;
|
||||||
const bool DEFAULT_HIDE_IGNORED_USER_GAMES = false;
|
const bool DEFAULT_HIDE_IGNORED_USER_GAMES = false;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue