mirror of
https://github.com/jkocon/g-helper.git
synced 2026-02-23 13:00:52 +01:00
InitStatus led on wake up https://github.com/seerge/g-helper/discussions/3354
This commit is contained in:
@@ -233,12 +233,10 @@ namespace GHelper
|
||||
Logger.WriteLine("AutoSetting for " + isPlugged.ToString());
|
||||
|
||||
BatteryControl.AutoBattery(init);
|
||||
|
||||
if (init)
|
||||
{
|
||||
screenControl.InitMiniled();
|
||||
InputDispatcher.InitScreenpad();
|
||||
InputDispatcher.InitStatusLed();
|
||||
}
|
||||
|
||||
inputDispatcher.Init();
|
||||
@@ -264,6 +262,7 @@ namespace GHelper
|
||||
InputDispatcher.AutoKeyboard();
|
||||
}
|
||||
|
||||
InputDispatcher.InitStatusLed();
|
||||
XGM.InitLight();
|
||||
VisualControl.InitBrightness();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user