mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-31 09:21:39 +00:00
fix for watching-only wallets
This commit is contained in:
parent
eb706ed5c4
commit
a5aa67c66e
1 changed files with 2 additions and 1 deletions
|
@ -1159,7 +1159,8 @@ class ElectrumWindow(QMainWindow):
|
|||
self.wallet.save()
|
||||
self.update_receive_tab()
|
||||
self.update_contacts_tab()
|
||||
self.nochange_cb.setHidden(not self.wallet.expert_mode)
|
||||
if self.wallet.seed:
|
||||
self.nochange_cb.setHidden(not self.wallet.expert_mode)
|
||||
|
||||
|
||||
def settings_dialog(self):
|
||||
|
|
Loading…
Add table
Reference in a new issue