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