mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-31 01:11:35 +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':
|
||||
lnworker, message, htlc_id = args
|
||||
if lnworker == self.wallet.lnworker:
|
||||
self.show_message(message)
|
||||
self.notify(message)
|
||||
else:
|
||||
self.logger.info(f"unexpected network_qt signal: {event} {args}")
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue