mirror of
https://github.com/ankitects/anki.git
synced 2025-09-21 07:22:23 -04:00
place no limit on number of remembered decks
This commit is contained in:
parent
b852a6405a
commit
b2a72d5672
1 changed files with 0 additions and 1 deletions
|
@ -758,7 +758,6 @@ To upgrade an old deck, download Anki 0.9.8.7."""))
|
|||
if path in self.config['recentDeckPaths']:
|
||||
self.config['recentDeckPaths'].remove(path)
|
||||
self.config['recentDeckPaths'].insert(0, path)
|
||||
del self.config['recentDeckPaths'][100:]
|
||||
self.config.save()
|
||||
|
||||
def onSwitchToDeck(self):
|
||||
|
|
Loading…
Reference in a new issue