add set_label hook
This commit is contained in:
@@ -373,6 +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)
|
||||||
return changed
|
return changed
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user