mirror of
https://github.com/ankitects/anki.git
synced 2025-09-23 16:26:40 -04:00
reset in status update timer - should check this is efficient enough
This commit is contained in:
parent
53df67738c
commit
afba9529fe
1 changed files with 1 additions and 1 deletions
|
@ -303,7 +303,7 @@ You should aim to answer each question within<br>
|
|||
if not self.main.deck:
|
||||
return
|
||||
if self.state in ("showQuestion", "showAnswer", "studyScreen"):
|
||||
self.main.deck.checkDue()
|
||||
self.main.deck.reset()
|
||||
self.redraw()
|
||||
self.main.updateTitleBar()
|
||||
if self.state == "studyScreen":
|
||||
|
|
Loading…
Reference in a new issue