diff --git a/app/AppConfig.cs b/app/AppConfig.cs index ec4533cb..866416ca 100644 --- a/app/AppConfig.cs +++ b/app/AppConfig.cs @@ -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()