From a024c05bc1e57f86b38609ad8581021cda1e60d6 Mon Sep 17 00:00:00 2001 From: Serge <5920850+seerge@users.noreply.github.com> Date: Wed, 23 Oct 2024 13:29:12 +0200 Subject: [PATCH] Backlight tweaks --- app/Settings.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 @@ public void SetModeLabel(string modeText) 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"));