diff --git a/src/options_imp.cpp b/src/options_imp.cpp index 63a551448..6c507c6c4 100644 --- a/src/options_imp.cpp +++ b/src/options_imp.cpp @@ -340,7 +340,7 @@ void options_imp::saveOptions(){ settings.setValue(QString::fromUtf8("IP"), getHTTPProxyIp()); settings.setValue(QString::fromUtf8("Port"), getHTTPProxyPort()); settings.setValue(QString::fromUtf8("Authentication"), isHTTPProxyAuthEnabled()); - if(isProxyAuthEnabled()) { + if(isHTTPProxyAuthEnabled()) { // Credentials settings.setValue(QString::fromUtf8("Username"), getHTTPProxyUsername()); settings.setValue(QString::fromUtf8("Password"), getHTTPProxyPassword());