mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 14:02:21 -04:00
Hide position when card not new
https://forums.ankiweb.net/t/position-info-is-shown-even-when-the-card-is-not-new/38087
This commit is contained in:
parent
86aafa74a6
commit
fdcdc14f6b
1 changed files with 1 additions and 1 deletions
|
@ -91,7 +91,7 @@ impl Collection {
|
|||
Some(due as i64)
|
||||
}
|
||||
},
|
||||
card.original_position.map(|u| u as i32),
|
||||
None,
|
||||
),
|
||||
})
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue