SEBWIN-367, SEBWIN-390: Forgot to fix configuration key for network selector in legacy configuration tool.

This commit is contained in:
Damian Büchel 2020-05-13 14:19:19 +02:00
parent 392a730ea5
commit 2c6de99388

View file

@ -385,7 +385,7 @@ namespace SebWindowsConfig
public const String KeyInsideSebEnableShutDown = "insideSebEnableShutDown";
public const String KeyInsideSebEnableEaseOfAccess = "insideSebEnableEaseOfAccess";
public const String KeyInsideSebEnableVmWareClientShade = "insideSebEnableVmWareClientShade";
public const String KeyInsideSebEnableNetworkConnectionSelector = "insideSebEnableEnableNetworkConnectionSelector";
public const String KeyInsideSebEnableNetworkConnectionSelector = "insideSebEnableNetworkConnectionSelector";
// Group "Hooked Keys"
public const String KeyHookKeys = "hookKeys";