qt: wizard: (trivial) simplify prevprev (HEAD~1)

ref 457a09219e
This commit is contained in:
SomberNight
2026-02-10 16:45:36 +00:00
parent 2fd74c1884
commit 5ca2699580
+1 -2
View File
@@ -418,8 +418,7 @@ class ElectrumGui(BaseElectrumGui, Logger):
parent=None,
title=_('Error'),
text=_('Cannot load wallet') + '(2) :\n' + err_text)
elif isinstance(e, WalletFileException) and e.should_report_crash \
or not isinstance(e, WalletFileException):
else:
send_exception_to_crash_reporter(e)
if app_is_starting:
# If we raise in this context, there are no more fallbacks, we will shut down.