We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1908ba commit f9b4e3aCopy full SHA for f9b4e3a
app/AppConfig.cs
@@ -489,7 +489,7 @@ public static bool IsBacklightZones()
489
490
public static bool IsStrixLimitedRGB()
491
{
492
- return ContainsModel("G512LI") || ContainsModel("G513R") || ContainsModel("G713PV") || ContainsModel("G513IE") || ContainsModel("G713RC") || ContainsModel("G713PU") || ContainsModel("G513QM") || ContainsModel("G531G");
+ return ContainsModel("G512LI") || ContainsModel("G513R") || ContainsModel("G713PV") || ContainsModel("G513IE") || ContainsModel("G713RC") || ContainsModel("G713PU") || ContainsModel("G513QM") || ContainsModel("G513QC") || ContainsModel("G531G");
493
}
494
495
public static bool IsPossible4ZoneRGB()
0 commit comments