Disable report button in crash dialog on :report.
This commit is contained in:
parent
0c6af7a5f3
commit
7c86693dd4
@ -408,6 +408,7 @@ class ReportDialog(_CrashDialog):
|
|||||||
self._btn_report.clicked.connect(
|
self._btn_report.clicked.connect(
|
||||||
functools.partial(self.on_button_clicked, self._btn_report, True))
|
functools.partial(self.on_button_clicked, self._btn_report, True))
|
||||||
self._hbox.addWidget(self._btn_report)
|
self._hbox.addWidget(self._btn_report)
|
||||||
|
self._buttons = [self._btn_report]
|
||||||
|
|
||||||
def _init_checkboxes(self, _debug):
|
def _init_checkboxes(self, _debug):
|
||||||
"""We don't want any checkboxes as the user wanted to report."""
|
"""We don't want any checkboxes as the user wanted to report."""
|
||||||
|
Loading…
Reference in New Issue
Block a user