Always show crash dialog

CURA-4895
This commit is contained in:
Lipu Fei 2018-02-01 13:17:37 +01:00 committed by Diego Prado Gesto
parent c2aa5fc2a2
commit 547baff239

View File

@ -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