mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-09-02 18:25:21 +00:00
no need to restart here
This commit is contained in:
parent
4458a1c81b
commit
15c2cc71ea
1 changed files with 4 additions and 1 deletions
|
@ -134,7 +134,10 @@ To get started visit http://labelectrum.herokuapp.com/ to sign up for an account
|
|||
|
||||
def full_pull(self, force = False):
|
||||
if self.do_full_pull(force) and force:
|
||||
QMessageBox.information(None, _("Labels synced"), _("Your labels have been synced, please restart Electrum for the changes to take effect."))
|
||||
self.gui.update_history_tab()
|
||||
self.gui.update_completions()
|
||||
self.gui.update_receive_tab()
|
||||
self.gui.update_contacts_tab()
|
||||
|
||||
def do_full_push(self):
|
||||
bundle = {"labels": {}}
|
||||
|
|
Loading…
Add table
Reference in a new issue