This commit is contained in:
Serge
2024-08-09 10:29:03 +02:00
parent 88eb4916b6
commit ff5aac78a3
4 changed files with 10 additions and 5 deletions

View File

@@ -377,6 +377,11 @@ public static class AppConfig
return ContainsModel("Vivobook") || ContainsModel("Zenbook");
}
public static bool IsVivoZenPro()
{
return ContainsModel("Vivobook") || ContainsModel("Zenbook") || ContainsModel("ProArt");
}
// Devices with bugged bios command to change brightness
public static bool SwappedBrightness()
{