Changed flash warning interval in settings

This commit is contained in:
Travis Nickles 2017-03-25 06:31:39 -07:00
parent 84bf4759e6
commit a5f51f78e9

View File

@ -621,7 +621,7 @@ namespace DS4Windows
public bool downloadLang = true;
public bool useWhiteIcon;
public bool flashWhenLate = true;
public int flashWhenLateAt = 10;
public int flashWhenLateAt = 20;
public int[] gyroSensitivity = { 100, 100, 100, 100, 100 };
public int[] gyroInvert = { 0, 0, 0, 0, 0 };