mirror of
https://github.com/ankitects/anki.git
synced 2025-12-15 07:40:58 -05:00
update status in study screen too
This commit is contained in:
parent
6e35e483e5
commit
aa5114d266
1 changed files with 2 additions and 1 deletions
|
|
@ -45,7 +45,8 @@ class StatusView(object):
|
||||||
self.hideDeckStatus()
|
self.hideDeckStatus()
|
||||||
elif self.state in ("showQuestion",
|
elif self.state in ("showQuestion",
|
||||||
"deckFinished",
|
"deckFinished",
|
||||||
"deckEmpty"):
|
"deckEmpty",
|
||||||
|
"studyScreen"):
|
||||||
self.redraw()
|
self.redraw()
|
||||||
|
|
||||||
# Setup and teardown
|
# Setup and teardown
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue