This commit is contained in:
Serge
2024-07-25 00:06:19 +02:00
parent 258bf3048a
commit 69f6be8941
5 changed files with 12 additions and 8 deletions

View File

@@ -218,7 +218,7 @@ namespace GHelper
labelFNV.Visible = comboFNV.Visible = textFNV.Visible = false;
}
if (Program.acpi.DeviceGet(AsusACPI.GPUEco) < 0)
if (Program.acpi.DeviceGet(AsusACPI.GPUEcoEndpoint) < 0)
{
checkGpuApps.Visible = false;
checkUSBC.Visible = false;