[KOE-162] Allowing sharing full store of unknown users and Public fodlers

This commit is contained in:
Patrick Simpson 2018-02-05 11:08:10 +02:00
parent 738ecc4c54
commit ab9316ea13
1 changed files with 1 additions and 1 deletions

View File

@ -79,7 +79,7 @@ namespace Acacia.Features.SharedFolders
ChildLoader = new UserFolderLoader(this, folders, user);
ChildLoader.ReloadOnCloseOpen = true;
HasCheckBox = !string.IsNullOrEmpty(user.EmailAddress) && folders.SupportsWholeStore;
HasCheckBox = folders.SupportsWholeStore;
ApplyReadOnly(this, IsReadOnly);
// TODO: better icons, better way of handling this