diff --git a/app/Settings.cs b/app/Settings.cs index 79beb708..6ccca8d1 100644 --- a/app/Settings.cs +++ b/app/Settings.cs @@ -1544,14 +1544,14 @@ namespace GHelper public void AutoKeyboard() { - InputDispatcher.SetBacklightAuto(true); - if (!AppConfig.Is("skip_aura")) { Aura.ApplyPower(); Aura.ApplyAura(); } + InputDispatcher.SetBacklightAuto(true); + if (Program.acpi.IsXGConnected()) XGM.Light(AppConfig.Is("xmg_light"));