mirror of
https://github.com/jkocon/g-helper.git
synced 2026-02-23 13:00:52 +01:00
Backlight tweaks
This commit is contained in:
@@ -1544,14 +1544,14 @@ namespace GHelper
|
|||||||
public void AutoKeyboard()
|
public void AutoKeyboard()
|
||||||
{
|
{
|
||||||
|
|
||||||
InputDispatcher.SetBacklightAuto(true);
|
|
||||||
|
|
||||||
if (!AppConfig.Is("skip_aura"))
|
if (!AppConfig.Is("skip_aura"))
|
||||||
{
|
{
|
||||||
Aura.ApplyPower();
|
Aura.ApplyPower();
|
||||||
Aura.ApplyAura();
|
Aura.ApplyAura();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
InputDispatcher.SetBacklightAuto(true);
|
||||||
|
|
||||||
if (Program.acpi.IsXGConnected())
|
if (Program.acpi.IsXGConnected())
|
||||||
XGM.Light(AppConfig.Is("xmg_light"));
|
XGM.Light(AppConfig.Is("xmg_light"));
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user