mirror of
https://github.com/jkocon/g-helper.git
synced 2026-02-23 13:00:52 +01:00
Status LED automation https://github.com/seerge/g-helper/discussions/3354
This commit is contained in:
@@ -460,7 +460,7 @@ namespace GHelper
|
||||
|
||||
private void CheckLEDStatus_CheckedChanged(object? sender, EventArgs e)
|
||||
{
|
||||
Program.acpi.DeviceSet(AsusACPI.StatusLed, (checkStatusLed.Checked ? 7 : 0), "StatusLED");
|
||||
InputDispatcher.SetStatusLED(checkStatusLed.Checked);
|
||||
}
|
||||
|
||||
private void CheckBWIcon_CheckedChanged(object? sender, EventArgs e)
|
||||
|
||||
Reference in New Issue
Block a user