[KOE-124] Enabled 'impersonate' option in shared folders by default

This commit is contained in:
Patrick Simpson 2018-05-30 15:21:28 +03:00
parent 8cb10d9662
commit fdf62e0037
1 changed files with 1 additions and 1 deletions

View File

@ -73,7 +73,7 @@ namespace Acacia.Features.SharedFolders
get { return GetOption(OPTION_ALLOW_IMPERSONATE); }
set { SetOption(OPTION_ALLOW_IMPERSONATE, value); }
}
private static readonly BoolOption OPTION_ALLOW_IMPERSONATE = new BoolOption("AllowImpersonate", false);
private static readonly BoolOption OPTION_ALLOW_IMPERSONATE = new BoolOption("AllowImpersonate", true);
[AcaciaOption("The maximum number of shared folders before an error is shown. Defaults to 50.")]