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: