From f0c0c510968b6b0572bd33242ad559651d36dddf Mon Sep 17 00:00:00 2001 From: Travis Nickles Date: Sat, 26 Oct 2019 20:09:05 -0500 Subject: [PATCH] Corrected default for linkedProfileCheck --- DS4Windows/DS4Control/ScpUtil.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DS4Windows/DS4Control/ScpUtil.cs b/DS4Windows/DS4Control/ScpUtil.cs index 564a934..ed3aec3 100644 --- a/DS4Windows/DS4Control/ScpUtil.cs +++ b/DS4Windows/DS4Control/ScpUtil.cs @@ -248,7 +248,7 @@ namespace DS4Windows public static bool[] useTempProfile = new bool[5] { false, false, false, false, false }; public static bool[] tempprofileDistance = new bool[5] { false, false, false, false, false }; public static bool[] useDInputOnly = new bool[5] { true, true, true, true, true }; - public static bool[] linkedProfileCheck = new bool[4] { true, true, true, true }; + public static bool[] linkedProfileCheck = new bool[4] { false, false, false, false }; public static bool[] touchpadActive = new bool[5] { true, true, true, true, true }; // Used to hold device type desired from Profile Editor public static OutContType[] outDevTypeTemp = new OutContType[5] { DS4Windows.OutContType.X360, DS4Windows.OutContType.X360,