Making sort by cost the default
This commit is contained in:
@@ -274,7 +274,7 @@
|
||||
private bool agentLink = true;
|
||||
private string factionFilter = "";
|
||||
private string costFilter = "";
|
||||
private string sortBy = "Name";
|
||||
private string sortBy = "Cost";
|
||||
private bool sortDescending;
|
||||
private bool showDetailedView;
|
||||
private CardData? selectedCard;
|
||||
|
||||
Reference in New Issue
Block a user