Merge branch 'main' into asus-mouse-support

# Conflicts:
#	app/Peripherals/PeripheralsProvider.cs
This commit is contained in:
IceStormNG
2023-07-30 11:56:07 +02:00
11 changed files with 141 additions and 82 deletions

View File

@@ -530,7 +530,7 @@ namespace GHelper
private void LabelCPUFan_Click(object? sender, EventArgs e)
{
AppConfig.Set("fan_rpm", (AppConfig.Get("fan_rpm") == 1) ? 0 : 1);
HardwareControl.fanRpm = !HardwareControl.fanRpm;
RefreshSensors(true);
}
@@ -768,6 +768,7 @@ namespace GHelper
this.Hide();
if (fans != null && fans.Text != "") fans.Close();
if (keyb != null && keyb.Text != "") keyb.Close();
if (updates != null && updates.Text != "") updates.Close();
}