mirror of
https://github.com/ankitects/anki.git
synced 2025-09-24 16:56:36 -04:00
Revert "fix show_exception's messagebox always formatting as plaintext"
This reverts commit aec6dd9be8
.
This commit is contained in:
parent
aec6dd9be8
commit
f63d09df90
1 changed files with 1 additions and 0 deletions
|
@ -179,6 +179,7 @@ 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