diff --git a/app/Program.cs b/app/Program.cs index 4114e5d1..873258c1 100644 --- a/app/Program.cs +++ b/app/Program.cs @@ -233,12 +233,10 @@ public static bool SetAutoModes(bool powerChanged = false, bool init = false) Logger.WriteLine("AutoSetting for " + isPlugged.ToString()); BatteryControl.AutoBattery(init); - if (init) { screenControl.InitMiniled(); InputDispatcher.InitScreenpad(); - InputDispatcher.InitStatusLed(); } inputDispatcher.Init(); @@ -264,6 +262,7 @@ public static bool SetAutoModes(bool powerChanged = false, bool init = false) InputDispatcher.AutoKeyboard(); } + InputDispatcher.InitStatusLed(); XGM.InitLight(); VisualControl.InitBrightness();