UI Tweaks

This commit is contained in:
Serge
2024-03-15 12:16:42 +01:00
parent 3cc27369a3
commit 23b3809632
3 changed files with 22 additions and 22 deletions

View File

@@ -78,7 +78,7 @@ namespace GHelper.Mode
// Workaround for not properly resetting limits on G14 2024
if (reset)
{
Program.acpi.DeviceSet(AsusACPI.PerformanceMode, (Modes.GetBase(oldMode) != 1) ? AsusACPI.PerformanceTurbo : AsusACPI.PerformanceBalanced, "Reset");
Program.acpi.DeviceSet(AsusACPI.PerformanceMode, (Modes.GetBase(oldMode) != 1) ? AsusACPI.PerformanceTurbo : AsusACPI.PerformanceBalanced, "ModeReset");
await Task.Delay(TimeSpan.FromMilliseconds(1500));
}