mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-09-02 18:25:21 +00:00
parent
5469e3668e
commit
0bce96d2de
1 changed files with 2 additions and 1 deletions
|
@ -57,7 +57,8 @@ class Exception_Window(BaseCrashReporter, QWidget, MessageBoxMixin):
|
|||
collapse_info = QPushButton(_("Show report contents"))
|
||||
collapse_info.clicked.connect(
|
||||
lambda: self.msg_box(QMessageBox.NoIcon,
|
||||
self, _("Report contents"), self.get_report_string()))
|
||||
self, _("Report contents"), self.get_report_string(),
|
||||
rich_text=True))
|
||||
|
||||
main_box.addWidget(collapse_info)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue