mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-19 06:57:24 -06:00
- Another HTTP proxy fix
This commit is contained in:
@@ -334,7 +334,7 @@ void options_imp::saveOptions(){
|
||||
settings.endGroup(); // End Proxy
|
||||
}
|
||||
settings.setValue(QString::fromUtf8("HTTPProxyType"), getHTTPProxyType());
|
||||
if(isProxyEnabled()) {
|
||||
if(isHTTPProxyEnabled()) {
|
||||
settings.beginGroup("HTTPProxy");
|
||||
// Proxy is enabled, save settings
|
||||
settings.setValue(QString::fromUtf8("IP"), getHTTPProxyIp());
|
||||
|
||||
Reference in New Issue
Block a user