From 23c38f4a3d62e6a9d423256191345f82f3891ffb Mon Sep 17 00:00:00 2001 From: Travis Nickles Date: Mon, 30 Mar 2020 17:05:06 -0500 Subject: [PATCH] Force initial lightbar color change on profile load --- DS4Windows/DS4Control/ScpUtil.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/DS4Windows/DS4Control/ScpUtil.cs b/DS4Windows/DS4Control/ScpUtil.cs index 53ae692..d5276a0 100644 --- a/DS4Windows/DS4Control/ScpUtil.cs +++ b/DS4Windows/DS4Control/ScpUtil.cs @@ -5016,7 +5016,8 @@ namespace DS4Windows } tempDev.RumbleAutostopTime = rumbleAutostopTime[device]; - tempDev.setRumble(0, 0); + tempDev.setRumble(0, 0); + tempDev.LightBarColor = Global.getMainColor(device); }); Program.rootHub.touchPad[device]?.ResetTrackAccel(trackballFriction[device]);