mirror of
https://github.com/jkocon/g-helper.git
synced 2026-04-10 13:00:26 +02:00
Improved GPU Power reading
This commit is contained in:
@@ -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 () =>
|
||||
|
||||
Reference in New Issue
Block a user