mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-14 22:42:14 -07:00
change default sorting
This commit is contained in:
parent
66e5fd945d
commit
888a740aec
1 changed files with 1 additions and 1 deletions
|
|
@ -132,7 +132,7 @@ void HandZone::sortHand()
|
|||
if (cards.isEmpty()) {
|
||||
return;
|
||||
}
|
||||
cards.sortBy({CardList::SortByMainType, CardList::SortByName});
|
||||
cards.sortBy({CardList::SortByMainType, CardList::SortByManaValue, CardList::SortByColorGrouping});
|
||||
reorganizeCards();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue