follow-up prev comit
This commit is contained in:
@@ -339,8 +339,6 @@ class NetworkChoiceLayout(object):
|
|||||||
|
|
||||||
def update(self):
|
def update(self):
|
||||||
host, port, protocol, proxy_config, auto_connect = self.network.get_parameters()
|
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_host.setText(host)
|
||||||
self.server_port.setText(port)
|
self.server_port.setText(port)
|
||||||
self.ssl_cb.setChecked(protocol=='s')
|
self.ssl_cb.setChecked(protocol=='s')
|
||||||
|
|||||||
Reference in New Issue
Block a user