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]);