mirror of
https://github.com/ankitects/anki.git
synced 2025-09-25 17:26:36 -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
|
# hide all deck-associated dialogs
|
||||||
ui.dialogs.closeAll()
|
ui.dialogs.closeAll()
|
||||||
elif state == "getQuestion":
|
elif state == "getQuestion":
|
||||||
self.deck._countsDirty = True
|
|
||||||
if self.deck.isEmpty():
|
if self.deck.isEmpty():
|
||||||
return self.moveToState("deckEmpty")
|
return self.moveToState("deckEmpty")
|
||||||
else:
|
else:
|
||||||
|
|
Loading…
Reference in a new issue