1
0

qml: fix exception handler register opened wallet

This commit is contained in:
Sander van Grieken
2023-03-03 12:26:36 +01:00
parent 72b07a3630
commit 90355a150f

View File

@@ -86,6 +86,10 @@ class QEAppController(BaseCrashReporter, QObject):
qewallet = self._qedaemon.currentWallet
if not qewallet:
return
# register wallet in Exception_Hook
Exception_Hook.maybe_setup(config=qewallet.wallet.config, wallet=qewallet.wallet)
# attach to the wallet user notification events
# connect only once
try: