From b2a72d5672d075d066f351aca458f627cd51e5a4 Mon Sep 17 00:00:00 2001 From: Damien Elmes Date: Fri, 27 Nov 2009 19:53:55 +0900 Subject: [PATCH] place no limit on number of remembered decks --- ankiqt/ui/main.py | 1 - 1 file changed, 1 deletion(-) diff --git a/ankiqt/ui/main.py b/ankiqt/ui/main.py index d255884ea..fd11faabc 100755 --- a/ankiqt/ui/main.py +++ b/ankiqt/ui/main.py @@ -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):