Update AppConfig.cs (#1682)

Added "G713RC" to the list of limited Strix RGB models
This commit is contained in:
Hamza Rizwan
2023-12-02 03:26:01 +05:30
committed by GitHub
parent 0db3665dd2
commit f19ea5eaf6

View File

@@ -355,7 +355,7 @@ public static class AppConfig
public static bool IsStrixLimitedRGB() public static bool IsStrixLimitedRGB()
{ {
return ContainsModel("G614JV") || ContainsModel("G614JZ") || ContainsModel("G512LI") || ContainsModel("G513RS") || ContainsModel("G513RM") || ContainsModel("G713PV") || ContainsModel("G513IE") || ContainsModel("G513QM"); return ContainsModel("G614JV") || ContainsModel("G614JZ") || ContainsModel("G512LI") || ContainsModel("G513RS") || ContainsModel("G513RM") || ContainsModel("G713PV") || ContainsModel("G513IE") || ContainsModel("G513QM") || ContainsModel("G713RC");
} }
public static bool IsStrixNumpad() public static bool IsStrixNumpad()