1
0

Revert "Added proxy options to network dialog"

This reverts commit 83bb644135.
This commit is contained in:
bkkcoins
2012-09-20 16:55:15 +07:00
parent af750d9363
commit 6e0b3620d2
4 changed files with 7 additions and 26 deletions

View File

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