mirror of
https://github.com/Kopano-dev/kopano-ol-extension.git
synced 2023-10-10 13:37:40 +02:00
[KOE-142] Disabled local hierarchy change suppression by default for 1.5
This commit is contained in:
parent
09af0c47c7
commit
83c70537b3
@ -322,7 +322,7 @@ namespace Acacia.Features.SharedFolders
|
|||||||
set { SetOption(OPTION_SUPPRESS_HIERARCHY_CHANGES, value); }
|
set { SetOption(OPTION_SUPPRESS_HIERARCHY_CHANGES, value); }
|
||||||
}
|
}
|
||||||
private static readonly BoolOption OPTION_SUPPRESS_HIERARCHY_CHANGES =
|
private static readonly BoolOption OPTION_SUPPRESS_HIERARCHY_CHANGES =
|
||||||
new BoolOption("SuppressHierarchyChanges", true);
|
new BoolOption("SuppressHierarchyChanges", false);
|
||||||
|
|
||||||
private void SetupHierarchyChangeSuppression()
|
private void SetupHierarchyChangeSuppression()
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user