mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-18 11:48:02 +00:00
Make rarity sort descending by default
This commit is contained in:
@@ -141,7 +141,7 @@ public enum ColumnDef {
|
||||
return toCMC(from.getKey());
|
||||
}
|
||||
}),
|
||||
RARITY("Rarity", "Rarity", 20, true, SortState.ASC,
|
||||
RARITY("Rarity", "Rarity", 20, true, SortState.DESC,
|
||||
new Function<Entry<InventoryItem, Integer>, Comparable<?>>() {
|
||||
@Override
|
||||
public Comparable<?> apply(final Entry<InventoryItem, Integer> from) {
|
||||
|
||||
Reference in New Issue
Block a user