parent
fb2e84be2a
commit
50557a9b3e
@ -96,11 +96,10 @@ class _CrashDialog(QDialog):
|
|||||||
try:
|
try:
|
||||||
self._contact.setPlainText(state['general']['contact-info'])
|
self._contact.setPlainText(state['general']['contact-info'])
|
||||||
except KeyError:
|
except KeyError:
|
||||||
self._contact.setPlaceholderText("Github username, mail or "
|
self._contact.setPlaceholderText("Mail or IRC nickname")
|
||||||
"IRC")
|
|
||||||
except Exception:
|
except Exception:
|
||||||
log.misc.exception("Failed to get contact information!")
|
log.misc.exception("Failed to get contact information!")
|
||||||
self._contact.setPlaceholderText("Github username, mail or IRC")
|
self._contact.setPlaceholderText("Mail or IRC nickname")
|
||||||
self._vbox.addWidget(self._contact, 2)
|
self._vbox.addWidget(self._contact, 2)
|
||||||
|
|
||||||
self._vbox.addSpacing(15)
|
self._vbox.addSpacing(15)
|
||||||
|
Loading…
Reference in New Issue
Block a user