mirror of
https://github.com/ankitects/anki.git
synced 2025-09-22 16:02:23 -04:00
include all jinmei in missing/seen
This commit is contained in:
parent
c9f78cb7b6
commit
5cb85176e6
1 changed files with 1 additions and 1 deletions
|
@ -564,7 +564,7 @@ and facts.modelId in %s
|
|||
out = _("<h1>Missing</h1>")
|
||||
else:
|
||||
out = _("<h1>Seen</h1>")
|
||||
for grade in range(1, 10):
|
||||
for grade in range(1, len(self.kanjiGrades)):
|
||||
missing = "".join(self.missingInGrade(grade, check))
|
||||
if not missing:
|
||||
continue
|
||||
|
|
Loading…
Reference in a new issue