mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-14 17:23:07 -07:00
FEATURE: Search engine can now use a SOCKS5 proxy
BUGFIX: Search engine loads new proxy settings without program restart Fix a bug in HTTP communication proxy settings
This commit is contained in:
parent
ae5746a636
commit
3733bc9148
35 changed files with 3284 additions and 2698 deletions
|
@ -670,6 +670,7 @@ void options_imp::loadOptions(){
|
|||
intValue = Preferences::getHTTPProxyType();
|
||||
switch(intValue) {
|
||||
case HTTP:
|
||||
case HTTP_PW:
|
||||
comboProxyType_http->setCurrentIndex(1);
|
||||
break;
|
||||
case SOCKS5:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue