Browse Source

Fix for resetting options to default on program start when in portable mode.

283
Zomnut 11 years ago
parent
commit
712ef8c93b
  1. 1
      lib/simple_config.py

1
lib/simple_config.py

@ -30,7 +30,6 @@ a SimpleConfig instance then reads the wallet file.
# user conf, writeable
self.user_config = {}
if options.get('portable') == False:
self.read_user_config()

Loading…
Cancel
Save