Improved GPU Power reading

This commit is contained in:
Serge
2024-03-09 12:51:59 +01:00
parent 1458f62ff0
commit 5401ea952a

View File

@@ -526,7 +526,7 @@ namespace GHelper
private void InitGPUPower()
{
gpuPowerBase = Program.acpi.DeviceGet(AsusACPI.GPU_BASE);
panelGPUPower.Visible = gpuPowerBase >= 0;
panelGPUPower.Visible = gpuPowerBase > 0;
if (gpuPowerBase <= 0) return;
Task.Run(async () =>