bugfix: [GUI-QT/Network] Save proxy setting when toggling Tor checkbox
This commit is contained in:
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user