mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-02 20:52:20 -07:00
Make an extra early crash dialog
CURA-4895 An early crash dialog showing options to backup the current user data and reset the configuration files.
This commit is contained in:
parent
1d946085d3
commit
6bbc18d51e
3 changed files with 125 additions and 8 deletions
|
|
@ -103,7 +103,7 @@ def exceptHook(hook_type, value, traceback):
|
|||
else:
|
||||
application = QApplication(sys.argv)
|
||||
_crash_handler = CrashHandler(hook_type, value, traceback, has_started)
|
||||
_crash_handler.dialog.show()
|
||||
_crash_handler.early_crash_dialog.show()
|
||||
sys.exit(application.exec_())
|
||||
|
||||
if not known_args["debug"]:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue