mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-09-01 17:55:20 +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:
|
if old_text:
|
||||||
self.wallet.labels.pop(name)
|
self.wallet.labels.pop(name)
|
||||||
changed = True
|
changed = True
|
||||||
run_hook('set_label', name, text, changed)
|
self.run_hook('set_label', name, text, changed)
|
||||||
return changed
|
return changed
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue