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