Make rarity sort descending by default

This commit is contained in:
drdev
2014-07-25 06:12:56 +00:00
parent 2d9c4f36bf
commit 0ec13f0294

View File

@@ -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) {