diff --git a/aqt/upgrade.py b/aqt/upgrade.py index 76dfc267a..66d4bb483 100644 --- a/aqt/upgrade.py +++ b/aqt/upgrade.py @@ -55,6 +55,9 @@ class Upgrader(object): ###################################################################### def _showWizard(self): + if not self.conf['recentDeckPaths']: + # if there are no decks to upgrade, don't show wizard + return class Wizard(QWizard): def reject(self): pass