bugfix: [GUI-QT/Network] Save proxy setting when toggling Tor checkbox

This commit is contained in:
SomberNight 2017-08-15 03:26:44 +02:00
parent 63bb01cf8f
commit 260c3eecab
1 changed files with 1 additions and 0 deletions

View File

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