Single Color detection

This commit is contained in:
Serge
2023-08-11 12:51:03 +02:00
parent 3efb2e0db9
commit cf33b0cc52
4 changed files with 18 additions and 11 deletions

View File

@@ -298,7 +298,7 @@ public static class AppConfig
return ContainsModel("GA401I") && !ContainsModel("GA401IHR");
}
public static bool NoAuraColor()
public static bool IsSingleColor()
{
return ContainsModel("GA401") || ContainsModel("X13");
}