mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-07 14:04:03 -06:00
Fixes for early crash dialog
CURA-4895
This commit is contained in:
parent
aefe24222f
commit
30b1e74881
2 changed files with 8 additions and 2 deletions
|
@ -101,7 +101,7 @@ def exceptHook(hook_type, value, traceback):
|
|||
_crash_handler = CrashHandler(hook_type, value, traceback, has_started)
|
||||
if not has_started:
|
||||
CuraApplication.getInstance().removePostedEvents(None)
|
||||
_crash_handler.show()
|
||||
_crash_handler.early_crash_dialog.show()
|
||||
sys.exit(CuraApplication.getInstance().exec_())
|
||||
else:
|
||||
_crash_handler.show()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue