mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2024-11-24 02:06:07 +03:00
- Fixed proxy auth disable problem when disabling proxy
This commit is contained in:
parent
6b0ae4f575
commit
f0ef21e409
1 changed files with 1 additions and 0 deletions
|
@ -886,6 +886,7 @@ void options_imp::enableProxy(int index){
|
|||
textProxyIP->setEnabled(false);
|
||||
lblProxyPort->setEnabled(false);
|
||||
spinProxyPort->setEnabled(false);
|
||||
checkProxyAuth->setChecked(false);
|
||||
checkProxyAuth->setEnabled(false);
|
||||
ProxyConnecsBox->setEnabled(false);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue