1
0

Revert "Revert "Added proxy options to network dialog""

This reverts commit 6e0b3620d2.
This commit is contained in:
bkkcoins
2012-09-20 16:55:28 +07:00
parent 6e0b3620d2
commit 09c90c0971
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