Force initial lightbar color change on profile load

This commit is contained in:
Travis Nickles 2020-03-30 17:05:06 -05:00
parent 71ceae1e0c
commit 23c38f4a3d

View File

@ -5016,7 +5016,8 @@ namespace DS4Windows
} }
tempDev.RumbleAutostopTime = rumbleAutostopTime[device]; tempDev.RumbleAutostopTime = rumbleAutostopTime[device];
tempDev.setRumble(0, 0); tempDev.setRumble(0, 0);
tempDev.LightBarColor = Global.getMainColor(device);
}); });
Program.rootHub.touchPad[device]?.ResetTrackAccel(trackballFriction[device]); Program.rootHub.touchPad[device]?.ResetTrackAccel(trackballFriction[device]);