diff --git a/qt/aqt/import_export/exporting.py b/qt/aqt/import_export/exporting.py index d7858417c..46df79a2c 100644 --- a/qt/aqt/import_export/exporting.py +++ b/qt/aqt/import_export/exporting.py @@ -45,7 +45,7 @@ class ExportDialog(QDialog): self.nids = nids disable_help_button(self) self.setup(did) - self.exec() + self.open() def setup(self, did: DeckId | None) -> None: self.exporters: list[Type[Exporter]] = [ApkgExporter, ColpkgExporter]