Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/desktop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/gui/clientproxy.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/clientproxy.cpp b/src/gui/clientproxy.cpp
index c5ea310d4..52b455447 100644
--- a/src/gui/clientproxy.cpp
+++ b/src/gui/clientproxy.cpp
@@ -53,7 +53,7 @@ bool ClientProxy::isUsingSystemDefault()
return cfg.proxyType() == QNetworkProxy::DefaultProxy;
}
- return false;
+ return true;
}
QString printQNetworkProxy(const QNetworkProxy &proxy)