Started code to add proxy support built in

This commit is contained in:
2019-01-14 04:58:17 -06:00
parent 70a511a141
commit 758907a660
2 changed files with 17 additions and 1 deletions

View File

@@ -1,4 +1,5 @@
[app-settings]
username = string(default="")
password = string(default="")
language = string(default="system")
language = string(default="system")
use_proxy = boolean(default=False)