mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-23 17:47:31 +00:00
minor fix
This commit is contained in:
parent
0cb8c21130
commit
4e458b5639
1 changed files with 1 additions and 1 deletions
|
@ -229,8 +229,8 @@ class ElectrumWindow(QMainWindow):
|
|||
self.account_selector.hide()
|
||||
|
||||
def close_wallet(self):
|
||||
print_error('close_wallet', self.wallet.storage.path)
|
||||
if self.wallet:
|
||||
print_error('close_wallet', self.wallet.storage.path)
|
||||
self.wallet.storage.put('accounts_expanded', self.accounts_expanded)
|
||||
self.wallet.stop_threads()
|
||||
run_hook('close_wallet')
|
||||
|
|
Loading…
Add table
Reference in a new issue