diff --git a/aqt/browser.py b/aqt/browser.py index e5c4fb322..6446b1c98 100644 --- a/aqt/browser.py +++ b/aqt/browser.py @@ -1671,8 +1671,7 @@ Are you sure you want to continue?""")): QDialog.accept(self) self.browser.mw.checkpoint(_("Change Note Type")) b = self.browser - b.mw.col.modSchema(check=True) - b.mw.progress.start() + b.mw.progress.start(immediate=True) b.model.beginReset() mm = b.mw.col.models mm.change(self.oldModel, self.nids, self.targetModel, fmap, cmap)