Remove unsupported RGB modes for G513RM https://github.com/seerge/g-helper/issues/1603

This commit is contained in:
Serge
2023-11-17 11:03:42 +01:00
parent 744bce1819
commit 69757ff460

View File

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