Revert "Restart correctly after reporting crash."
This reverts commit 7001f068b3
.
This commit is contained in:
parent
ce46b30a1e
commit
f07301cfb5
@ -348,7 +348,7 @@ class _CrashDialog(QDialog):
|
|||||||
"but you're currently running v{} - please "
|
"but you're currently running v{} - please "
|
||||||
"update!".format(newest, qutebrowser.__version__))
|
"update!".format(newest, qutebrowser.__version__))
|
||||||
text = '<br/><br/>'.join(lines)
|
text = '<br/><br/>'.join(lines)
|
||||||
self.finish()
|
self.hide()
|
||||||
msgbox.information(self, "Report successfully sent!", text,
|
msgbox.information(self, "Report successfully sent!", text,
|
||||||
on_finished=self.finish, plain_text=False)
|
on_finished=self.finish, plain_text=False)
|
||||||
|
|
||||||
@ -365,7 +365,7 @@ class _CrashDialog(QDialog):
|
|||||||
"<a href=https://www.qutebrowser.org/>qutebrowser.org</a> "
|
"<a href=https://www.qutebrowser.org/>qutebrowser.org</a> "
|
||||||
"by yourself.".format(msg))
|
"by yourself.".format(msg))
|
||||||
text = '<br/><br/>'.join(lines)
|
text = '<br/><br/>'.join(lines)
|
||||||
self.finish()
|
self.hide()
|
||||||
msgbox.information(self, "Report successfully sent!", text,
|
msgbox.information(self, "Report successfully sent!", text,
|
||||||
on_finished=self.finish, plain_text=False)
|
on_finished=self.finish, plain_text=False)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user