mirror of
https://github.com/ankitects/anki.git
synced 2025-09-19 22:42:25 -04:00
show failed cards first when cramming restarted
This commit is contained in:
parent
80dcf3848c
commit
4313367efe
1 changed files with 1 additions and 1 deletions
|
@ -1953,7 +1953,7 @@ window will open."""))
|
|||
diag.qlabel.hide()
|
||||
if diag.exec_():
|
||||
if keep.isChecked():
|
||||
order = "modified"
|
||||
order = "type, modified"
|
||||
elif order.isChecked():
|
||||
order = "created"
|
||||
else:
|
||||
|
|
Loading…
Reference in a new issue