diff --git a/aqt/main.py b/aqt/main.py index a7bec758d..d5a63d3af 100644 --- a/aqt/main.py +++ b/aqt/main.py @@ -261,6 +261,7 @@ how to restore from a backup.""") return self.unloadProfile() self.hideSchemaMsg = False self.progress.setupDB(self.col.db) + self.maybeEnableUndo() self.moveToState("deckBrowser") def unloadCollection(self):