|
|
|
@ -467,6 +467,7 @@ class NetworkChoiceLayout(object): |
|
|
|
self.proxy_user.setText("") |
|
|
|
self.proxy_user.setText("") |
|
|
|
self.proxy_password.setText("") |
|
|
|
self.proxy_password.setText("") |
|
|
|
self.tor_cb.setChecked(True) |
|
|
|
self.tor_cb.setChecked(True) |
|
|
|
|
|
|
|
self.set_proxy() |
|
|
|
|
|
|
|
|
|
|
|
def proxy_settings_changed(self): |
|
|
|
def proxy_settings_changed(self): |
|
|
|
self.tor_cb.setChecked(False) |
|
|
|
self.tor_cb.setChecked(False) |
|
|
|
|