mirror of
https://github.com/jkocon/g-helper.git
synced 2026-02-23 13:00:52 +01:00
Removed scheduler call on each run
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user