mirror of
https://github.com/Kopano-dev/kopano-ol-extension.git
synced 2023-10-10 11:37:40 +00:00
Enabled shared folder hierarchy change suppression by default
This commit is contained in:
parent
83c70537b3
commit
484dac10be
@ -1,4 +1,4 @@
|
|||||||
/// Copyright 2016 Kopano b.v.
|
/// Copyright 2017 Kopano b.v.
|
||||||
///
|
///
|
||||||
/// This program is free software: you can redistribute it and/or modify
|
/// This program is free software: you can redistribute it and/or modify
|
||||||
/// it under the terms of the GNU Affero General Public License, version 3,
|
/// it under the terms of the GNU Affero General Public License, version 3,
|
||||||
@ -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", false);
|
new BoolOption("SuppressHierarchyChanges", true);
|
||||||
|
|
||||||
private void SetupHierarchyChangeSuppression()
|
private void SetupHierarchyChangeSuppression()
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user