mirror of
https://github.com/ankitects/anki.git
synced 2025-09-19 22:42:25 -04:00
when reviewing early, set remaining=0
This commit is contained in:
parent
7f8c18ce35
commit
857edcb54a
1 changed files with 2 additions and 0 deletions
|
@ -141,6 +141,8 @@ class StatusView(object):
|
|||
remStr += "<b>0</b>"
|
||||
elif self.state == "deckEmpty":
|
||||
remStr += "<b>0</b>"
|
||||
elif self.main.deck.reviewEarly:
|
||||
remStr += "<b>0</b>"
|
||||
else:
|
||||
# remaining string, bolded depending on current card
|
||||
if not self.main.currentCard:
|
||||
|
|
Loading…
Reference in a new issue