Fixed sintax errors. Added a new option to set the proxy type

This commit is contained in:
Jose Manuel Delicado
2017-01-16 14:11:54 +01:00
parent 8a701c450e
commit b7dd6d43fe
4 changed files with 18 additions and 7 deletions

View File

@@ -19,6 +19,7 @@ donation_dialog_displayed = boolean(default=False)
check_for_updates = boolean(default=True)
[proxy]
type = string(default="Direct connection")
server = string(default="")
port = string(default="")
user = string(default="")