mirror of
https://github.com/ankitects/anki.git
synced 2025-09-24 08:46:37 -04:00
update title bar when refreshing due count
This commit is contained in:
parent
4f86ed0d82
commit
484b15f592
1 changed files with 1 additions and 0 deletions
|
@ -298,6 +298,7 @@ You should aim to answer each question within<br>
|
|||
if self.state in ("showQuestion", "showAnswer", "studyScreen"):
|
||||
self.main.deck.checkDue()
|
||||
self.redraw()
|
||||
self.main.updateTitleBar()
|
||||
if self.state == "studyScreen":
|
||||
self.main.updateStudyStats()
|
||||
|
||||
|
|
Loading…
Reference in a new issue