Anime matrix tweaks

This commit is contained in:
Serge
2023-05-03 17:53:21 +02:00
parent 5ed1de0fcf
commit 801096299b
3 changed files with 11 additions and 9 deletions

View File

@@ -885,7 +885,12 @@ namespace GHelper
this.Top = Screen.FromControl(this).WorkingArea.Height - 10 - this.Height;
this.Activate();
aTimer.Enabled = true;
Task.Run(async () =>
{
await Task.Delay(TimeSpan.FromSeconds(1));
aTimer.Enabled = true;
});
}
else
{
@@ -924,13 +929,6 @@ namespace GHelper
customPower = limit_cpu;
}
/*
if (Program.wmi.DeviceGet(ASUSWmi.PPT_APUC2) >= 0)
{
Program.wmi.DeviceSet(ASUSWmi.PPT_APUC2, 87, "PowerLimit C2");
}
*/
Program.settingsForm.BeginInvoke(SetPerformanceLabel);
}