mirror of
https://github.com/jkocon/g-helper.git
synced 2026-02-23 13:00:52 +01:00
MaxRPM calibration tweaks
This commit is contained in:
@@ -525,7 +525,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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user