Added map for Strix 4-Zone RGB (#1619)

* ....

* Strix 4 Zone RGB
This commit is contained in:
DLdota
2023-11-20 10:00:22 +02:00
committed by GitHub
parent fad7396c8f
commit bf1ffddf15
2 changed files with 53 additions and 23 deletions

View File

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