Custom keybinds for performance modes

This commit is contained in:
seerge
2023-04-09 12:14:47 +02:00
parent e11027963f
commit c13a6e9ded
5 changed files with 89 additions and 26 deletions

View File

@@ -1,6 +1,7 @@
using GHelper;
using GHelper.Gpu;
using System.Diagnostics;
using System.Management;
public static class HardwareMonitor
{
@@ -62,6 +63,7 @@ public static class HardwareMonitor
return 0;
}
public static void ReadSensors()
{
batteryDischarge = -1;