Minor tweaks

This commit is contained in:
seerge
2023-04-11 22:30:17 +02:00
parent 9562f77c6f
commit e3cb2bb4a1
3 changed files with 5 additions and 5 deletions

View File

@@ -126,8 +126,8 @@ public static class HardwareMonitor
{
Thread.Sleep(1000);
return (GetGpuUse() > threshold);
} else
return false;
}
return false;
}
public static void RecreateGpuTemperatureProviderWithDelay()