From 5c2996deb75e97f80924eca51f123385e19f125a Mon Sep 17 00:00:00 2001 From: Roeland Jago Douma Date: Thu, 31 Jan 2019 09:52:16 +0100 Subject: [PATCH] Use the provided updater URL Signed-off-by: Roeland Jago Douma --- src/libsync/theme.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libsync/theme.cpp b/src/libsync/theme.cpp index 3e968bdba..4a2c2afda 100644 --- a/src/libsync/theme.cpp +++ b/src/libsync/theme.cpp @@ -291,7 +291,7 @@ bool Theme::monoIconsAvailable() const QString Theme::updateCheckUrl() const { - return QLatin1String("https://updates.nextcloud.org/client/"); + return APPLICATION_UPDATE_URL; } qint64 Theme::newBigFolderSizeLimit() const -- 2.30.2