mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-09-04 04:45:16 +00:00
OA: update contacts tab
This commit is contained in:
parent
c9d874ce38
commit
d895e3b868
1 changed files with 1 additions and 0 deletions
|
@ -109,6 +109,7 @@ class Plugin(BasePlugin):
|
||||||
|
|
||||||
if self.config.get('openalias_autoadd') == 'checked':
|
if self.config.get('openalias_autoadd') == 'checked':
|
||||||
self.win.wallet.add_contact(url, name)
|
self.win.wallet.add_contact(url, name)
|
||||||
|
self.win.update_contacts_tab()
|
||||||
|
|
||||||
self.win.payto_e.setFrozen(True)
|
self.win.payto_e.setFrozen(True)
|
||||||
if self.validate_dnssec(url):
|
if self.validate_dnssec(url):
|
||||||
|
|
Loading…
Add table
Reference in a new issue