mirror of
https://github.com/ankitects/anki.git
synced 2025-09-20 06:52:21 -04:00
rebuild counts when resetting deck state
This commit is contained in:
parent
d0aedbc7a1
commit
c302742c92
1 changed files with 1 additions and 0 deletions
|
@ -104,6 +104,7 @@ class AnkiQt(QMainWindow):
|
|||
if self.deck:
|
||||
self.deck.refresh()
|
||||
self.deck.updateAllPriorities()
|
||||
self.deck.rebuildCounts()
|
||||
self.rebuildQueue()
|
||||
|
||||
def rebuildQueue(self):
|
||||
|
|
Loading…
Reference in a new issue