mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-09-01 01:35:20 +00:00
ln_message: trigger notification instead of popup
This commit is contained in:
parent
ef7a59b4a9
commit
ed4cecf19c
1 changed files with 1 additions and 1 deletions
|
@ -406,7 +406,7 @@ class ElectrumWindow(QMainWindow, MessageBoxMixin, Logger):
|
||||||
elif event == 'ln_message':
|
elif event == 'ln_message':
|
||||||
lnworker, message, htlc_id = args
|
lnworker, message, htlc_id = args
|
||||||
if lnworker == self.wallet.lnworker:
|
if lnworker == self.wallet.lnworker:
|
||||||
self.show_message(message)
|
self.notify(message)
|
||||||
else:
|
else:
|
||||||
self.logger.info(f"unexpected network_qt signal: {event} {args}")
|
self.logger.info(f"unexpected network_qt signal: {event} {args}")
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue