Aura tweaks

This commit is contained in:
Serge
2024-01-22 10:52:26 +01:00
parent 76e547c2dc
commit bb10fff4e2
2 changed files with 7 additions and 6 deletions

View File

@@ -1214,14 +1214,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"));