Serge
2024-08-23 13:20:58 +02:00
parent e265a78b4f
commit 21a2dca271
3 changed files with 17 additions and 7 deletions

View File

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