This commit is contained in:
Serge
2023-08-29 00:00:55 +02:00
parent 02717c47be
commit f9e4e89c15
4 changed files with 9 additions and 1 deletions

View File

@@ -284,6 +284,11 @@ public static class AppConfig
return ContainsModel("TUF");
}
public static bool IsVivobook()
{
return ContainsModel("Vivobook");
}
// Devices with bugged bios command to change brightness
public static bool SwappedBrightness()
{