mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 22:12:21 -04:00
Add Position in PropertyKind match of writer.rs
This commit is contained in:
parent
6ee9e4f58c
commit
ebe535e42f
1 changed files with 1 additions and 0 deletions
|
@ -182,6 +182,7 @@ fn write_property(operator: &str, kind: &PropertyKind) -> String {
|
|||
Reps(u) => format!("\"prop:reps{}{}\"", operator, u),
|
||||
Lapses(u) => format!("\"prop:lapses{}{}\"", operator, u),
|
||||
Ease(f) => format!("\"prop:ease{}{}\"", operator, f),
|
||||
Position(u) => format!("\"prop:pos{}{}\"", operator, u),
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue