Skip to content

Commit f43e97f

Browse files
committed
UI fix for AUX/GPU fan label
1 parent 7af2cef commit f43e97f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

app/Settings.Designer.cs

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

app/Settings.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1465,7 +1465,7 @@ public async void RefreshSensors(bool force = false)
14651465
labelGPUFan.Text = "GPU" + gpuTemp + " " + HardwareControl.gpuFan;
14661466
if (HardwareControl.gpuFan is not null && AppConfig.NoGpu())
14671467
{
1468-
labelMidFan.Text = "AUX " + HardwareControl.gpuFan;
1468+
labelMidFan.Text = "GPU" + gpuTemp + " " + HardwareControl.gpuFan;
14691469
}
14701470

14711471
if (HardwareControl.midFan is not null)

0 commit comments

Comments
 (0)