mirror of
https://github.com/Kopano-dev/kopano-ol-extension.git
synced 2023-10-10 13:37:40 +02:00
[KOE-162] Allowing sharing full store of unknown users and Public fodlers
This commit is contained in:
parent
738ecc4c54
commit
ab9316ea13
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user