Remove unsupported RGB colors from GA502IU https://github.com/seerge/g-helper/issues/1740

This commit is contained in:
Serge
2023-12-13 23:06:28 +01:00
parent 4a0e9d2e41
commit d6fe7f41c1

View File

@@ -345,7 +345,7 @@ public static class AppConfig
public static bool IsSingleColor()
{
return ContainsModel("GA401") || ContainsModel("FX517Z") || ContainsModel("FX516P") || ContainsModel("X13") || IsARCNM();
return ContainsModel("GA401") || ContainsModel("FX517Z") || ContainsModel("FX516P") || ContainsModel("X13") || IsARCNM() || ContainsModel("GA502IU");
}
public static bool IsStrix()