mirror of
https://github.com/cemu-project/DS4Windows.git
synced 2024-11-22 17:29:18 +01:00
Do not reset custom led setting while switching profiles
Related to issue #596
This commit is contained in:
parent
3e5035b3e8
commit
a4d7372e7b
@ -3983,8 +3983,8 @@ namespace DS4Windows
|
||||
m_Leds[device] = new DS4Color(tempColor);
|
||||
m_ChargingLeds[device] = new DS4Color(Color.Black);
|
||||
m_FlashLeds[device] = new DS4Color(Color.Black);
|
||||
useCustomLeds[device] = false;
|
||||
m_CustomLeds[device] = new DS4Color(Color.Blue);
|
||||
//useCustomLeds[device] = false;
|
||||
//m_CustomLeds[device] = new DS4Color(Color.Blue);
|
||||
|
||||
chargingType[device] = 0;
|
||||
launchProgram[device] = string.Empty;
|
||||
|
Loading…
Reference in New Issue
Block a user