qml: fix exception handler register opened wallet
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user