diff --git a/qt/aqt/exporting.py b/qt/aqt/exporting.py index a97eb7ce3..e95df631a 100644 --- a/qt/aqt/exporting.py +++ b/qt/aqt/exporting.py @@ -30,7 +30,7 @@ class ExportDialog(QDialog): self.exporters = exporters() # if a deck specified, start with .apkg type selected idx = 0 - if did: + if did or self.cids: for c, (k, e) in enumerate(self.exporters): if e.ext == ".apkg": idx = c