mirror of
https://github.com/ankitects/anki.git
synced 2025-09-19 14:32:22 -04:00
default to allowing HTML on import
This commit is contained in:
parent
8fd4ae7a89
commit
9d173f4c83
1 changed files with 1 additions and 1 deletions
|
@ -69,7 +69,7 @@ class ImportDialog(QDialog):
|
|||
self.connect(self.frm.autoDetect, SIGNAL("clicked()"),
|
||||
self.onDelimiter)
|
||||
self.updateDelimiterButtonText()
|
||||
self.frm.allowHTML.setChecked(self.mw.pm.profile.get('allowHTML', False))
|
||||
self.frm.allowHTML.setChecked(self.mw.pm.profile.get('allowHTML', True))
|
||||
self.frm.importMode.setCurrentIndex(self.mw.pm.profile.get('importMode', 0))
|
||||
self.exec_()
|
||||
|
||||
|
|
Loading…
Reference in a new issue