diff --git a/aqt/importing.py b/aqt/importing.py index a8292c866..b4bbcaab9 100644 --- a/aqt/importing.py +++ b/aqt/importing.py @@ -49,6 +49,9 @@ class ChangeMap(QDialog): self.field = None QDialog.accept(self) + def reject(self): + self.accept() + class ImportDialog(QDialog): def __init__(self, mw, importer):