mirror of
https://github.com/ankitects/anki.git
synced 2025-11-11 07:07:13 -05:00
ensure collapseTime is on when cramming
This commit is contained in:
parent
1318d8c5f8
commit
454f216ac9
1 changed files with 1 additions and 0 deletions
|
|
@ -1851,6 +1851,7 @@ You are currently cramming. Please close this deck first."""))
|
||||||
self.deck.easyIntervalMax = 0.25
|
self.deck.easyIntervalMax = 0.25
|
||||||
self.deck.newCardOrder = 0
|
self.deck.newCardOrder = 0
|
||||||
self.deck.syncName = None
|
self.deck.syncName = None
|
||||||
|
self.deck.collapseTime = 1
|
||||||
p.update()
|
p.update()
|
||||||
self.deck.updateDynamicIndices()
|
self.deck.updateDynamicIndices()
|
||||||
if self.config['randomizeOnCram']:
|
if self.config['randomizeOnCram']:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue