This commit is contained in:
Serge
2024-06-22 12:48:16 +02:00
parent 181f8e4a0f
commit c0bb6015a0
3 changed files with 14 additions and 9 deletions

View File

@@ -440,6 +440,11 @@ public static class AppConfig
return IsStrix() || ContainsModel("GX650");
}
public static bool IsBacklightZones()
{
return IsStrix() || IsZ13();
}
public static bool IsStrixLimitedRGB()
{
return ContainsModel("G512LI") || ContainsModel("G513R") || ContainsModel("G713PV") || ContainsModel("G513IE") || ContainsModel("G713RC") || ContainsModel("G513QM") || ContainsModel("G531G");