mirror of
https://github.com/ankitects/anki.git
synced 2025-09-19 06:22:22 -04:00
Fix deck column serialization string
This commit is contained in:
parent
6abb05d074
commit
ee0ad6f5d6
1 changed files with 1 additions and 0 deletions
|
@ -30,6 +30,7 @@ pub enum Column {
|
||||||
Custom,
|
Custom,
|
||||||
Question,
|
Question,
|
||||||
Answer,
|
Answer,
|
||||||
|
#[strum(serialize = "deck")]
|
||||||
CardDeck,
|
CardDeck,
|
||||||
CardDue,
|
CardDue,
|
||||||
CardEase,
|
CardEase,
|
||||||
|
|
Loading…
Reference in a new issue