follow-up prev comit

This commit is contained in:
SomberNight 2017-10-26 16:14:09 +02:00
parent 404584bfe6
commit bf024db7aa

View file

@ -339,8 +339,6 @@ class NetworkChoiceLayout(object):
def update(self):
host, port, protocol, proxy_config, auto_connect = self.network.get_parameters()
if not proxy_config:
proxy_config = { "mode":"none", "host":"localhost", "port":"9050"}
self.server_host.setText(host)
self.server_port.setText(port)
self.ssl_cb.setChecked(protocol=='s')