projects
/
nextcloud-desktop.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
33d272e
)
Use the provided updater URL
author
Roeland Jago Douma
<roeland@famdouma.nl>
Thu, 31 Jan 2019 08:52:16 +0000
(09:52 +0100)
committer
Roeland Jago Douma
<roeland@famdouma.nl>
Thu, 31 Jan 2019 08:52:16 +0000
(09:52 +0100)
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
src/libsync/theme.cpp
patch
|
blob
|
history
diff --git
a/src/libsync/theme.cpp
b/src/libsync/theme.cpp
index 3e968bdbaf56326d623eca18a1b30a62f145b580..4a2c2afda26a97a02bd968c5faadfc55e40f962e 100644
(file)
--- 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