Merge pull request #2751 from SomberNight/tor-save-proxy-settings

bugfix: [GUI-QT/Network] Save proxy setting when toggling Tor checkbox
This commit is contained in:
ThomasV 2017-08-15 12:48:03 +02:00 committed by GitHub
commit 6cedb68023
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)