mirror of
https://github.com/ankitects/anki.git
synced 2025-09-19 14:32:22 -04:00
need rich text in install error, as err msgs have html
This commit is contained in:
parent
580d699161
commit
b3d48c6de6
1 changed files with 1 additions and 1 deletions
|
@ -574,7 +574,7 @@ class AddonsDialog(QDialog):
|
|||
showInfo(log_html, parent=self, textFormat="rich")
|
||||
if errs:
|
||||
msg = _("Please report this to the respective add-on author(s).")
|
||||
showWarning("\n\n".join(errs + [msg]), parent=self, textFormat="plain")
|
||||
showWarning("<br><br>".join(errs + [msg]), parent=self, textFormat="rich")
|
||||
|
||||
self.redrawAddons()
|
||||
|
||||
|
|
Loading…
Reference in a new issue