mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-22 21:15:55 +03:00
Theme: Enable link sharing by default
Was disabled by accident.
This commit is contained in:
parent
cdbc25ede8
commit
c35e74d264
1 changed files with 1 additions and 1 deletions
|
@ -419,7 +419,7 @@ QString Theme::webDavPathNonShib() const
|
|||
|
||||
bool Theme::linkSharing() const
|
||||
{
|
||||
return false;
|
||||
return true;
|
||||
}
|
||||
|
||||
bool Theme::userGroupSharing() const
|
||||
|
|
Loading…
Reference in a new issue