mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-09-05 05:15:12 +00:00
on_payment_succeeded: use notify instead of show_message
This commit is contained in:
parent
e99a38e538
commit
b9db16327a
1 changed files with 1 additions and 1 deletions
|
@ -1486,7 +1486,7 @@ class ElectrumWindow(QMainWindow, MessageBoxMixin, Logger):
|
|||
|
||||
def on_payment_succeeded(self, key):
|
||||
description = self.wallet.get_label(key)
|
||||
self.show_message(_('Payment succeeded') + '\n\n' + description)
|
||||
self.notify(_('Payment succeeded') + '\n\n' + description)
|
||||
self.need_update.set()
|
||||
|
||||
def on_payment_failed(self, key, reason):
|
||||
|
|
Loading…
Add table
Reference in a new issue