mirror of
https://github.com/ankitects/anki.git
synced 2025-09-25 09:16:38 -04:00
show card stats in reverse order like older Anki versions
This commit is contained in:
parent
2bed018768
commit
1737a15766
1 changed files with 1 additions and 0 deletions
|
@ -195,6 +195,7 @@ impl Collection {
|
|||
let revlog = cs
|
||||
.revlog
|
||||
.into_iter()
|
||||
.rev()
|
||||
.map(|e| revlog_to_text(e, i18n, offset))
|
||||
.collect();
|
||||
let revlog_titles = RevlogText {
|
||||
|
|
Loading…
Reference in a new issue