diff --git a/ankiqt/ui/main.py b/ankiqt/ui/main.py index a1ebacd45..053c2ef99 100644 --- a/ankiqt/ui/main.py +++ b/ankiqt/ui/main.py @@ -332,7 +332,7 @@ Please do not file a bug report with Anki.
""") self.editor.saveFieldsNow() self.mainWin.buttonStack.show() self.deck.refresh() - return self.moveToState("auto") + return self.moveToState("showQuestion") elif state == "studyScreen": self.currentCard = None self.deck.resetAfterReviewEarly()