mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-14 14:32:15 -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:
|
case CardList::SortByManaValue:
|
||||||
return {CardList::SortByManaValue, CardList::SortByColors};
|
return {CardList::SortByManaValue, CardList::SortByColors};
|
||||||
default:
|
default:
|
||||||
return {};
|
return {option};
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue