mirror of
https://github.com/cemu-project/DS4Windows.git
synced 2025-01-11 15:59:08 +01:00
Do not auto launch program when starting DS4Windows
This commit is contained in:
parent
298ca21424
commit
72108184d0
@ -311,7 +311,7 @@ namespace DS4Windows
|
||||
//NewVersion();
|
||||
for (int i = 0; i < 4; i++)
|
||||
{
|
||||
LoadProfile(i, true, Program.rootHub);
|
||||
LoadProfile(i, false, Program.rootHub);
|
||||
if (UseCustomLed[i])
|
||||
lights[i].BackColor = CustomColor[i].ToColorA;
|
||||
else
|
||||
|
Loading…
x
Reference in New Issue
Block a user