SEBWIN-367, SEBWIN-390: Forgot to fix configuration key for network selector in legacy configuration tool.
This commit is contained in:
parent
392a730ea5
commit
2c6de99388
1 changed files with 1 additions and 1 deletions
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue