Added Ally 2024 RC72 model name

This commit is contained in:
Serge
2024-06-01 12:47:12 +02:00
parent d076765d5c
commit 2799936909

View File

@@ -338,7 +338,7 @@ public static class AppConfig
public static bool IsAlly()
{
return ContainsModel("RC71");
return ContainsModel("RC71") || ContainsModel("RC72");
}
public static bool NoMKeys()