mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-02 20:52:20 -07:00
Qt5->Qt6: Make CrashHandler window show up again.
part of CURA-8591
This commit is contained in:
parent
6586bcc762
commit
9d7b1e49ee
2 changed files with 5 additions and 5 deletions
|
|
@ -175,7 +175,7 @@ def exceptHook(hook_type, value, traceback):
|
|||
if CuraApplication.splash is not None:
|
||||
CuraApplication.splash.close()
|
||||
_crash_handler.early_crash_dialog.show()
|
||||
sys.exit(application.exec_())
|
||||
sys.exit(application.exec())
|
||||
|
||||
|
||||
# Set exception hook to use the crash dialog handler
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue