mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-06-04 03:04:23 +08:00
Always show crash dialog
CURA-4895
This commit is contained in:
parent
c2aa5fc2a2
commit
547baff239
@ -66,7 +66,7 @@ class CrashHandler:
|
||||
for part in line.rstrip("\n").split("\n"):
|
||||
Logger.log("c", part)
|
||||
|
||||
if not CuraDebugMode and exception_type not in fatal_exception_types:
|
||||
if exception_type not in fatal_exception_types:
|
||||
return
|
||||
|
||||
self._send_report_checkbox = None
|
||||
|
Loading…
x
Reference in New Issue
Block a user