merged current branches
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user