mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-31 09:21:39 +00:00
Fix for resetting options to default on program start when in portable mode.
This commit is contained in:
parent
6e54d2206c
commit
712ef8c93b
1 changed files with 1 additions and 2 deletions
|
@ -30,8 +30,7 @@ a SimpleConfig instance then reads the wallet file.
|
|||
|
||||
# user conf, writeable
|
||||
self.user_config = {}
|
||||
if options.get('portable') == False:
|
||||
self.read_user_config()
|
||||
self.read_user_config()
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue