mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-18 19:58:00 +00:00
Shorten Decks sort option
This commit is contained in:
@@ -237,7 +237,7 @@ public enum ColumnDef {
|
|||||||
null, null),
|
null, null),
|
||||||
OWNED("Owned", "Owned", 20, true, SortState.ASC,
|
OWNED("Owned", "Owned", 20, true, SortState.ASC,
|
||||||
null, null),
|
null, null),
|
||||||
DECKS("Decks", "Decks Containing Card", 20, true, SortState.ASC,
|
DECKS("Decks", "Decks", 20, true, SortState.ASC,
|
||||||
null, null),
|
null, null),
|
||||||
FAVORITE("", "Favorite", 18, true, SortState.DESC,
|
FAVORITE("", "Favorite", 18, true, SortState.DESC,
|
||||||
new Function<Entry<InventoryItem, Integer>, Comparable<?>>() {
|
new Function<Entry<InventoryItem, Integer>, Comparable<?>>() {
|
||||||
|
|||||||
Reference in New Issue
Block a user