Merge pull request #471 from Zomnut/master
Fix for resetting options to default on program start when in portable mode
This commit is contained in:
@@ -30,8 +30,7 @@ a SimpleConfig instance then reads the wallet file.
|
|||||||
|
|
||||||
# user conf, writeable
|
# user conf, writeable
|
||||||
self.user_config = {}
|
self.user_config = {}
|
||||||
if options.get('portable') == False:
|
self.read_user_config()
|
||||||
self.read_user_config()
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user