Removed unsupported RGB modes for G513IE https://github.com/seerge/g-helper/issues/1627

This commit is contained in:
Serge
2023-11-22 09:58:28 +01:00
parent eeaa906749
commit 1d2f1d3bb2

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") || ContainsModel("G713PV");
return ContainsModel("G614JV") || ContainsModel("G614JZ") || ContainsModel("G512LI") || ContainsModel("G513RS") || ContainsModel("G513RM") || ContainsModel("G713PV") || ContainsModel("G513IE");
}
public static bool IsZ13()