UI Tweaks

This commit is contained in:
Serge
2023-07-21 11:33:22 +02:00
parent a358632f41
commit e1fb6d27a5
4 changed files with 7 additions and 7 deletions

View File

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