mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-15 01:33:07 -07: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…
Add table
Add a link
Reference in a new issue