Making sort by cost the default

This commit is contained in:
2026-06-20 21:39:40 -04:00
parent a4ef600f27
commit cf999c883b
+1 -1
View File
@@ -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;