Skip to content

Commit

Permalink
Backlight tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
seerge committed Oct 23, 2024
1 parent 15501c7 commit a024c05
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/Settings.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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"));

Expand Down

0 comments on commit a024c05

Please sign in to comment.