mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 14:02:21 -04:00
allow more recent decks
This commit is contained in:
parent
b79234eba0
commit
0081ff32d0
1 changed files with 1 additions and 1 deletions
|
@ -539,7 +539,7 @@ class AnkiQt(QMainWindow):
|
|||
if path in self.config['recentDeckPaths']:
|
||||
self.config['recentDeckPaths'].remove(path)
|
||||
self.config['recentDeckPaths'].insert(0, path)
|
||||
del self.config['recentDeckPaths'][4:]
|
||||
del self.config['recentDeckPaths'][8:]
|
||||
self.config.save()
|
||||
self.updateRecentFilesMenu()
|
||||
|
||||
|
|
Loading…
Reference in a new issue