mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2026-01-10 17:35:00 -06:00
- Fixed proxy auth disable problem when disabling proxy
This commit is contained in:
1
TODO
1
TODO
@@ -66,3 +66,4 @@ rc8->rc9 changelog:
|
|||||||
- BUGFIX: Fixed possible overflow in ETA calculation
|
- BUGFIX: Fixed possible overflow in ETA calculation
|
||||||
- BUGFIX: title bar is now reset when "Display speed in title" is disabled
|
- BUGFIX: title bar is now reset when "Display speed in title" is disabled
|
||||||
- BUGFIX: Fixed HTTP_PW and SOCKS5_PW in proxy combobox
|
- BUGFIX: Fixed HTTP_PW and SOCKS5_PW in proxy combobox
|
||||||
|
- BUGFIX: Fixed proxy auth disable problem when disabling proxy
|
||||||
|
|||||||
@@ -871,6 +871,7 @@ void options_imp::enableProxy(int index){
|
|||||||
textProxyIP->setEnabled(false);
|
textProxyIP->setEnabled(false);
|
||||||
lblProxyPort->setEnabled(false);
|
lblProxyPort->setEnabled(false);
|
||||||
spinProxyPort->setEnabled(false);
|
spinProxyPort->setEnabled(false);
|
||||||
|
checkProxyAuth->setChecked(false);
|
||||||
checkProxyAuth->setEnabled(false);
|
checkProxyAuth->setEnabled(false);
|
||||||
ProxyConnecsBox->setEnabled(false);
|
ProxyConnecsBox->setEnabled(false);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user