Added keyboard backlight init on every startup / wake up

This commit is contained in:
Serge
2023-07-14 17:17:06 +02:00
parent 01d9b6edf4
commit e5f0d77d05
4 changed files with 52 additions and 40 deletions

View File

@@ -861,6 +861,8 @@ namespace GHelper
{
InputDispatcher.SetBacklightAuto(true);
AsusUSB.ApplyAuraPower();
if (Program.acpi.IsXGConnected())
AsusUSB.ApplyXGMLight(AppConfig.Is("xmg_light"));