1
0

Added proxy options to network dialog

This commit is contained in:
bkkcoins
2012-09-19 22:29:58 +07:00
parent 1af17baafb
commit 83bb644135
4 changed files with 26 additions and 7 deletions

View File

@@ -3,7 +3,7 @@ import os
from util import user_dir
class SimpleConfig:
default_options = {"gui": "lite", "proxy": { "mode": "off", "host":"localhost", "port":"8080" } }
default_options = {"gui": "lite", "proxy": { "mode": "none", "host":"localhost", "port":"8080" } }
def set_key(self, key, value, save = True):
self.config[key] = value