mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-31 01:11:35 +00:00
fix #4003
This commit is contained in:
parent
f93c3d79d7
commit
7816edc342
1 changed files with 2 additions and 1 deletions
|
@ -502,7 +502,8 @@ class DeviceMgr(ThreadJob, PrintError):
|
||||||
info = infos[c]
|
info = infos[c]
|
||||||
# save new label
|
# save new label
|
||||||
keystore.set_label(info.label)
|
keystore.set_label(info.label)
|
||||||
handler.win.wallet.save_keystore()
|
if handler.win.wallet is not None:
|
||||||
|
handler.win.wallet.save_keystore()
|
||||||
return info
|
return info
|
||||||
|
|
||||||
def scan_devices(self):
|
def scan_devices(self):
|
||||||
|
|
Loading…
Add table
Reference in a new issue