1
0

merged current branches

This commit is contained in:
bkkcoins
2012-09-21 13:05:37 +07:00
3 changed files with 24 additions and 2 deletions

View File

@@ -3,7 +3,8 @@ 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": "none", "host":"localhost", "port":"8080" },
"winpos-qt": [100, 100, 840, 400], "winpos-lite": [4, 25, 351, 149], "history": False }
def set_key(self, key, value, save = True):
self.config[key] = value