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

@@ -571,7 +571,7 @@ namespace GHelper
public void InitGPU()
{
if (Program.acpi.DeviceGet(AsusACPI.GPUEco) == 1)
if (Program.acpi.DeviceGet(AsusACPI.GPUEcoEndpoint) == 1)
{
gpuVisible = buttonGPU.Visible = false;
return;