Theme: Enable link sharing by default

Was disabled by accident.
This commit is contained in:
Christian Kamm 2016-03-30 13:31:33 +02:00
parent cdbc25ede8
commit c35e74d264

View file

@ -419,7 +419,7 @@ QString Theme::webDavPathNonShib() const
bool Theme::linkSharing() const
{
return false;
return true;
}
bool Theme::userGroupSharing() const