mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-27 23:41:35 +00:00
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:
commit
6cedb68023
1 changed files with 1 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue