mirror of
https://github.com/ankitects/anki.git
synced 2025-12-11 05:46:55 -05:00
fix .csv import not using faster QPlainTextEdit
This commit is contained in:
parent
ba1742aee2
commit
87801668e9
1 changed files with 1 additions and 1 deletions
|
|
@ -222,7 +222,7 @@ class ImportDialog(QDialog):
|
|||
if self.importer.log:
|
||||
txt += "\n".join(self.importer.log)
|
||||
self.close()
|
||||
showText(txt)
|
||||
showText(txt, plain_text_edit=True)
|
||||
self.mw.reset()
|
||||
|
||||
self.mw.taskman.run_in_background(self.importer.run, on_done)
|
||||
|
|
|
|||
Loading…
Reference in a new issue