mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-28 16:01:30 +00:00
qt exc reporter: add FIXME re HTML tags in traceback
This commit is contained in:
parent
16626a3386
commit
b50c47c5ce
1 changed files with 2 additions and 0 deletions
|
@ -58,6 +58,8 @@ class Exception_Window(BaseCrashReporter, QWidget, MessageBoxMixin, Logger):
|
||||||
main_box.addWidget(QLabel(BaseCrashReporter.REQUEST_HELP_MESSAGE))
|
main_box.addWidget(QLabel(BaseCrashReporter.REQUEST_HELP_MESSAGE))
|
||||||
|
|
||||||
collapse_info = QPushButton(_("Show report contents"))
|
collapse_info = QPushButton(_("Show report contents"))
|
||||||
|
# FIXME if traceback contains special HTML characters, e.g. '<'
|
||||||
|
# then formatting issues arise (due to rich_text=True)
|
||||||
collapse_info.clicked.connect(
|
collapse_info.clicked.connect(
|
||||||
lambda: self.msg_box(QMessageBox.NoIcon,
|
lambda: self.msg_box(QMessageBox.NoIcon,
|
||||||
self, _("Report contents"), self.get_report_string(),
|
self, _("Report contents"), self.get_report_string(),
|
||||||
|
|
Loading…
Add table
Reference in a new issue