show failed cards first when cramming restarted

This commit is contained in:
Damien Elmes 2010-11-21 13:46:16 +09:00
parent 80dcf3848c
commit 4313367efe

View file

@ -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: