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