Hide Calibrate button on not supported models

This commit is contained in:
Serge
2023-09-11 19:40:58 +02:00
parent 4dd9daa95c
commit 335f5b38a5

View File

@@ -207,6 +207,8 @@ namespace GHelper
ToggleNavigation(0);
if (Program.acpi.DeviceGet(AsusACPI.DevsCPUFanCurve) < 0) buttonCalibrate.Visible = false;
FormClosed += Fans_FormClosed;
}