Removed scheduler call on each run

This commit is contained in:
seerge
2023-03-13 11:38:54 +01:00
parent a39c084bdf
commit b46f0fb887
4 changed files with 8 additions and 2 deletions

View File

@@ -144,6 +144,10 @@ namespace GHelper
case PBT_APMRESUMEAUTOMATIC:
settingsForm.BeginInvoke(delegate
{
// Fix for bugging buios on wake up
Program.wmi.DeviceSet(ASUSWmi.PerformanceMode, (config.getConfig("performance_mode")+1) % 3);
Thread.Sleep(500);
SetAutoModes();
});
break;