mirror of
https://github.com/ankitects/anki.git
synced 2025-09-20 06:52:21 -04:00
fix cramming
This commit is contained in:
parent
ea259d0815
commit
c9b4e84d87
1 changed files with 1 additions and 1 deletions
|
@ -750,7 +750,7 @@ To upgrade an old deck, download Anki 0.9.8.7."""))
|
|||
isCram = self.isCramming()
|
||||
self.saveAndClose(hideWelcome=isCram)
|
||||
if isCram:
|
||||
self.loadRecent(0)
|
||||
self.loadDeck(self.config['recentDeckPaths'][0])
|
||||
else:
|
||||
self.app.activeWindow().close()
|
||||
|
||||
|
|
Loading…
Reference in a new issue