mirror of
https://github.com/ankitects/anki.git
synced 2025-09-22 07:52:24 -04:00
fix countIdx() for lrn day cards
This commit is contained in:
parent
992479de33
commit
20c96d50d6
1 changed files with 2 additions and 0 deletions
|
@ -109,6 +109,8 @@ order by due""" % self._deckLimit(),
|
||||||
return ret
|
return ret
|
||||||
|
|
||||||
def countIdx(self, card):
|
def countIdx(self, card):
|
||||||
|
if card.queue == 3:
|
||||||
|
return 1
|
||||||
return card.queue
|
return card.queue
|
||||||
|
|
||||||
def answerButtons(self, card):
|
def answerButtons(self, card):
|
||||||
|
|
Loading…
Reference in a new issue