This commit is contained in:
Serge
2024-06-22 12:50:29 +02:00
parent c0bb6015a0
commit 7bfc9e0bda

View File

@@ -783,13 +783,7 @@ namespace GHelper
AppConfig.Set("keyboard_awake_bar_bat", (checkBatteryBar.Checked ? 1 : 0));
AppConfig.Set("keyboard_awake_lid_bat", (checkBatteryLid.Checked ? 1 : 0));
AppConfig.Set("keyboard_awake_logo_bat", (checkBatteryLogo.Checked ? 1 : 0));
} else
{
AppConfig.Remove("keyboard_awake_bat");
AppConfig.Remove("keyboard_awake_bar_bat");
AppConfig.Remove("keyboard_awake_lid_bat");
AppConfig.Remove("keyboard_awake_logo_bat");
}
}
Aura.ApplyPower();