Single Color

This commit is contained in:
Serge
2023-08-11 12:58:20 +02:00
parent cf33b0cc52
commit 5634d75672
5 changed files with 5 additions and 5 deletions

View File

@@ -300,7 +300,7 @@ public static class AppConfig
public static bool IsSingleColor()
{
return ContainsModel("GA401") || ContainsModel("X13");
return ContainsModel("GA401");
}
public static bool IsStrix()