diff --git a/ankiqt/ui/main.py b/ankiqt/ui/main.py index f891ee298..a2ff11257 100644 --- a/ankiqt/ui/main.py +++ b/ankiqt/ui/main.py @@ -152,7 +152,6 @@ class AnkiQt(QMainWindow): # hide all deck-associated dialogs ui.dialogs.closeAll() elif state == "getQuestion": - self.deck._countsDirty = True if self.deck.isEmpty(): return self.moveToState("deckEmpty") else: