UI tweaks

This commit is contained in:
Serge
2023-06-05 22:32:50 +02:00
parent 4bbfbd0382
commit 678f4b0eb7
6 changed files with 434 additions and 306 deletions

View File

@@ -1203,6 +1203,8 @@ namespace GHelper
bool applyPower = AppConfig.getConfigPerf("auto_apply_power") == 1;
bool applyGPU = true;
//if (applyPower) Program.acpi.DeviceSet(AsusACPI.PerformanceMode, AsusACPI.PerformanceManual, "CustomMode");
if (delay > 0)
{
var timer = new System.Timers.Timer(delay);