No overdrive for OLED

This commit is contained in:
Serge
2024-03-07 15:19:41 +01:00
parent d3d2f3189f
commit 211b855e8a
3 changed files with 15 additions and 5 deletions

View File

@@ -408,6 +408,11 @@ public static class AppConfig
return ContainsModel("OLED") || IsSlash() || ContainsModel("UX64") || ContainsModel("UX34") || ContainsModel("UX53") || ContainsModel("K360") || ContainsModel("X150") || ContainsModel("M3500");
}
public static bool IsNoOverdrive()
{
return Is("no_overdrive") || IsOLED();
}
public static bool IsStrix()
{
return ContainsModel("Strix") || ContainsModel("Scar") || ContainsModel("G703G");