mirror of
https://github.com/ankitects/anki.git
synced 2025-09-24 08:46:37 -04:00
no need to set counts dirty
This commit is contained in:
parent
df28128a24
commit
584245d403
1 changed files with 0 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue