Dark Theme

This commit is contained in:
seerge
2023-03-20 14:38:56 +01:00
parent 3a7c4278a0
commit 9189cf0a46
4 changed files with 33 additions and 19 deletions

View File

@@ -19,7 +19,7 @@ namespace GHelper
if (percentage == 0) return "OFF";
return (200*Math.Round((float)(MinRPM + (MaxRPM-MinRPM)*percentage*0.01)/200)).ToString() + unit;
return (200 * Math.Round((float)(MinRPM + (MaxRPM - MinRPM) * percentage * 0.01) / 200)).ToString() + unit;
}
void SetChart(Chart chart, int device)