mirror of
https://github.com/k4yt3x/video2x.git
synced 2025-01-01 10:29:09 +00:00
removed bold exception string to avoid formatting bugs
This commit is contained in:
parent
40711a2711
commit
de841a4636
@ -988,7 +988,7 @@ class Video2XMainWindow(QMainWindow):
|
|||||||
message_box.setTextFormat(Qt.MarkdownText)
|
message_box.setTextFormat(Qt.MarkdownText)
|
||||||
|
|
||||||
error_message = '''Upscaler ran into an error:\\
|
error_message = '''Upscaler ran into an error:\\
|
||||||
**{}**\\
|
{}\\
|
||||||
Check the console output for details.\\
|
Check the console output for details.\\
|
||||||
When reporting an error, please include console output.\\
|
When reporting an error, please include console output.\\
|
||||||
You can [submit an issue on GitHub](https://github.com/k4yt3x/video2x/issues/new?assignees=K4YT3X&labels=bug&template=bug-report.md&title={}) to report this error.'''
|
You can [submit an issue on GitHub](https://github.com/k4yt3x/video2x/issues/new?assignees=K4YT3X&labels=bug&template=bug-report.md&title={}) to report this error.'''
|
||||||
|
Loading…
Reference in New Issue
Block a user