Browse Source
qt crash reporter: add warning that report contents are public
dependabot/pip/contrib/deterministic-build/ecdsa-0.13.3
SomberNight
6 years ago
No known key found for this signature in database
GPG Key ID: B33B5F232C6271E9
1 changed files with
2 additions and
0 deletions
-
electrum/gui/qt/exception_window.py
|
|
@ -69,6 +69,8 @@ class Exception_Window(BaseCrashReporter, QWidget, MessageBoxMixin, Logger): |
|
|
|
|
|
|
|
self.description_textfield = QTextEdit() |
|
|
|
self.description_textfield.setFixedHeight(50) |
|
|
|
self.description_textfield.setPlaceholderText(_("Do not enter sensitive/private information here. " |
|
|
|
"The report will be visible on the public issue tracker.")) |
|
|
|
main_box.addWidget(self.description_textfield) |
|
|
|
|
|
|
|
main_box.addWidget(QLabel(BaseCrashReporter.ASK_CONFIRM_SEND)) |
|
|
|