From c35e74d264fcbb7305b8ca99918ed6e660870966 Mon Sep 17 00:00:00 2001 From: Christian Kamm Date: Wed, 30 Mar 2016 13:31:33 +0200 Subject: [PATCH] Theme: Enable link sharing by default Was disabled by accident. --- 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 edb94ac34..e2f673b62 100644 --- a/src/libsync/theme.cpp +++ b/src/libsync/theme.cpp @@ -419,7 +419,7 @@ QString Theme::webDavPathNonShib() const bool Theme::linkSharing() const { - return false; + return true; } bool Theme::userGroupSharing() const