mirror of
https://github.com/jkocon/g-helper.git
synced 2026-02-23 13:00:52 +01:00
Multizone toggle toast https://github.com/seerge/g-helper/issues/1822
This commit is contained in:
@@ -57,11 +57,12 @@ namespace GHelper.Display
|
||||
}
|
||||
|
||||
|
||||
public void ToogleMiniled()
|
||||
public int ToogleMiniled()
|
||||
{
|
||||
int miniled = (Program.acpi.DeviceGet(AsusACPI.ScreenMiniled) == 1) ? 0 : 1;
|
||||
AppConfig.Set("miniled", miniled);
|
||||
SetScreen(-1, -1, miniled);
|
||||
return miniled;
|
||||
}
|
||||
|
||||
public void InitScreen()
|
||||
|
||||
Reference in New Issue
Block a user