mirror of
https://github.com/ankitects/anki.git
synced 2025-09-24 00:36:38 -04:00
rebuild the queue before start of study, so new card modulus is fixed
This commit is contained in:
parent
d5bc2dce0c
commit
2915a36a71
1 changed files with 1 additions and 0 deletions
|
@ -1229,6 +1229,7 @@ session (black)</dd>
|
||||||
self.deck.setFailedCardPolicy(
|
self.deck.setFailedCardPolicy(
|
||||||
self.mainWin.failedCardsOption.currentIndex())
|
self.mainWin.failedCardsOption.currentIndex())
|
||||||
self.deck.flushMod()
|
self.deck.flushMod()
|
||||||
|
self.deck.rebuildQueue()
|
||||||
self.deck.startSession()
|
self.deck.startSession()
|
||||||
self.moveToState("getQuestion")
|
self.moveToState("getQuestion")
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue