parent
e73932a555
commit
625bb7baa4
@ -91,7 +91,9 @@ def get_fatal_crash_dialog(debug, data):
|
||||
"those crashes I disabled the crash reporter for this case, "
|
||||
"but this will likely be resolved in the future with the new "
|
||||
"QtWebEngine backend.")
|
||||
return QMessageBox(QMessageBox.Critical, title, text, QMessageBox.Ok)
|
||||
msgbox = QMessageBox(QMessageBox.Critical, title, text, QMessageBox.Ok)
|
||||
msgbox.setAttribute(Qt.WA_DeleteOnClose)
|
||||
return msgbox
|
||||
else:
|
||||
return FatalCrashDialog(debug, data)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user