mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-18 14:38:04 -06: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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user