Version Bump

This commit is contained in:
Serge
2023-07-20 19:36:59 +02:00
parent 1e89039b02
commit 55a3677a37
3 changed files with 3 additions and 3 deletions

View File

@@ -819,7 +819,7 @@ namespace GHelper
labelCPUFan.Text = "CPU" + cpuTemp + " " + HardwareControl.cpuFan;
labelGPUFan.Text = "GPU" + gpuTemp + " " + HardwareControl.gpuFan;
if (HardwareControl.midFan is not null)
labelMidFan.Text = "Mid" + HardwareControl.midFan;
labelMidFan.Text = "SYS " + HardwareControl.midFan;
if (!batteryMouseOver) labelBattery.Text = battery;
});