Expose deck-then-random option in UI
This commit is contained in:
parent
e6aaeb85e9
commit
ba9ee93fa8
@ -149,6 +149,7 @@ deck-config-new-gather-priority-tooltip-2 =
|
||||
|
||||
`Random cards`: gathers cards completely randomly.
|
||||
deck-config-new-gather-priority-deck = Deck
|
||||
deck-config-new-gather-priority-deck-then-random-notes = Deck then random notes
|
||||
deck-config-new-gather-priority-position-lowest-first = Ascending position
|
||||
deck-config-new-gather-priority-position-highest-first = Descending position
|
||||
deck-config-new-gather-priority-random-notes = Random notes
|
||||
|
@ -18,6 +18,10 @@ export function newGatherPriorityChoices(): Choice<DeckConfig_Config_NewCardGath
|
||||
label: tr.deckConfigNewGatherPriorityDeck(),
|
||||
value: DeckConfig_Config_NewCardGatherPriority.DECK,
|
||||
},
|
||||
{
|
||||
label: tr.deckConfigNewGatherPriorityDeckThenRandomNotes(),
|
||||
value: DeckConfig_Config_NewCardGatherPriority.DECK_THEN_RANDOM_NOTES,
|
||||
},
|
||||
{
|
||||
label: tr.deckConfigNewGatherPriorityPositionLowestFirst(),
|
||||
value: DeckConfig_Config_NewCardGatherPriority.LOWEST_POSITION,
|
||||
|
Loading…
Reference in New Issue
Block a user