From 4313367efec14a691e7b51aa5633aa93be09768c Mon Sep 17 00:00:00 2001 From: Damien Elmes Date: Sun, 21 Nov 2010 13:46:16 +0900 Subject: [PATCH] show failed cards first when cramming restarted --- ankiqt/ui/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ankiqt/ui/main.py b/ankiqt/ui/main.py index 037b74288..ab8394496 100755 --- a/ankiqt/ui/main.py +++ b/ankiqt/ui/main.py @@ -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: