mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 14:02:21 -04:00
fix show_exception's messagebox always formatting as plaintext
This commit is contained in:
parent
2b55882cce
commit
aec6dd9be8
1 changed files with 0 additions and 1 deletions
|
@ -179,7 +179,6 @@ def _init_message_box(
|
|||
_mbox.setWindowTitle("Anki")
|
||||
_mbox.setText(user_text)
|
||||
_mbox.setIcon(QMessageBox.Icon.Warning)
|
||||
_mbox.setTextFormat(Qt.TextFormat.PlainText)
|
||||
|
||||
def show_help():
|
||||
openHelp(help_page)
|
||||
|
|
Loading…
Reference in a new issue