mirror of
https://github.com/ankitects/anki.git
synced 2025-09-20 06:52:21 -04:00
Avoid QDialog.exec()
This commit is contained in:
parent
5e1b5d3586
commit
50fb2a1cde
1 changed files with 1 additions and 1 deletions
|
@ -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]
|
||||
|
|
Loading…
Reference in a new issue