mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-08 15:37:27 -06:00
Always show crash dialog
CURA-4895
This commit is contained in:
parent
c2aa5fc2a2
commit
547baff239
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@ class CrashHandler:
|
||||||
for part in line.rstrip("\n").split("\n"):
|
for part in line.rstrip("\n").split("\n"):
|
||||||
Logger.log("c", part)
|
Logger.log("c", part)
|
||||||
|
|
||||||
if not CuraDebugMode and exception_type not in fatal_exception_types:
|
if exception_type not in fatal_exception_types:
|
||||||
return
|
return
|
||||||
|
|
||||||
self._send_report_checkbox = None
|
self._send_report_checkbox = None
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue