mirror of
https://github.com/ankitects/anki.git
synced 2026-01-07 02:53:54 -05:00
Update error text format to use RichText rather than PlainText
This commit is contained in:
parent
26751f2207
commit
86c775d80b
1 changed files with 1 additions and 1 deletions
|
|
@ -179,7 +179,7 @@ def _init_message_box(
|
|||
_mbox.setWindowTitle("Anki")
|
||||
_mbox.setText(user_text)
|
||||
_mbox.setIcon(QMessageBox.Icon.Warning)
|
||||
_mbox.setTextFormat(Qt.TextFormat.PlainText)
|
||||
_mbox.setTextFormat(Qt.TextFormat.RichText)
|
||||
|
||||
def show_help():
|
||||
openHelp(help_page)
|
||||
|
|
|
|||
Loading…
Reference in a new issue