Added a proxy to Socializer

This commit is contained in:
2019-01-15 16:20:08 -06:00
parent dce50b226f
commit fa4dd48955
4 changed files with 22 additions and 9 deletions

View File

@@ -2,4 +2,5 @@
username = string(default="")
password = string(default="")
language = string(default="system")
use_proxy = boolean(default=False)
use_proxy = boolean(default=False)
first_start = boolean(default=True)