mirror of
https://github.com/jkocon/g-helper.git
synced 2026-02-23 13:00:52 +01:00
Vivo Mode swap https://github.com/seerge/g-helper/issues/1168
This commit is contained in:
@@ -77,7 +77,7 @@ namespace GHelper.Mode
|
|||||||
{
|
{
|
||||||
int vivoMode = Modes.GetBase(mode);
|
int vivoMode = Modes.GetBase(mode);
|
||||||
if (vivoMode == 1) vivoMode = 2;
|
if (vivoMode == 1) vivoMode = 2;
|
||||||
if (vivoMode == 2) vivoMode = 1;
|
else if (vivoMode == 2) vivoMode = 1;
|
||||||
Program.acpi.DeviceSet(AsusACPI.VivoBookMode, vivoMode, "VivoMode");
|
Program.acpi.DeviceSet(AsusACPI.VivoBookMode, vivoMode, "VivoMode");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user