From 2c6de993886bc8d86fa1d2b4a33cf604c7e14180 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Damian=20B=C3=BCchel?= Date: Wed, 13 May 2020 14:19:19 +0200 Subject: [PATCH] SEBWIN-367, SEBWIN-390: Forgot to fix configuration key for network selector in legacy configuration tool. --- SebWindowsConfig/SEBSettings.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SebWindowsConfig/SEBSettings.cs b/SebWindowsConfig/SEBSettings.cs index 8f850de1..5fc4134b 100644 --- a/SebWindowsConfig/SEBSettings.cs +++ b/SebWindowsConfig/SEBSettings.cs @@ -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";