Do not reset custom led setting while switching profiles

Related to issue #596
This commit is contained in:
Travis Nickles 2019-03-02 05:42:49 -06:00
parent 3e5035b3e8
commit a4d7372e7b

View File

@ -3983,8 +3983,8 @@ namespace DS4Windows
m_Leds[device] = new DS4Color(tempColor); m_Leds[device] = new DS4Color(tempColor);
m_ChargingLeds[device] = new DS4Color(Color.Black); m_ChargingLeds[device] = new DS4Color(Color.Black);
m_FlashLeds[device] = new DS4Color(Color.Black); m_FlashLeds[device] = new DS4Color(Color.Black);
useCustomLeds[device] = false; //useCustomLeds[device] = false;
m_CustomLeds[device] = new DS4Color(Color.Blue); //m_CustomLeds[device] = new DS4Color(Color.Blue);
chargingType[device] = 0; chargingType[device] = 0;
launchProgram[device] = string.Empty; launchProgram[device] = string.Empty;