mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-11 12:54:10 -07:00
fallback expandSortOption
This commit is contained in:
parent
add0e19c34
commit
a75072aadd
1 changed files with 1 additions and 1 deletions
|
|
@ -155,7 +155,7 @@ static QList<CardList::SortOption> expandSortOption(CardList::SortOption option)
|
|||
case CardList::SortByManaValue:
|
||||
return {CardList::SortByManaValue, CardList::SortByColors};
|
||||
default:
|
||||
return {};
|
||||
return {option};
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue