mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-31 09:21:39 +00:00
self.run_hook
This commit is contained in:
parent
10bfcb918b
commit
6b9b8508d2
1 changed files with 1 additions and 1 deletions
|
@ -373,7 +373,7 @@ class ElectrumWindow(QMainWindow):
|
|||
if old_text:
|
||||
self.wallet.labels.pop(name)
|
||||
changed = True
|
||||
run_hook('set_label', name, text, changed)
|
||||
self.run_hook('set_label', name, text, changed)
|
||||
return changed
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue