From 27999369096b66f03b50510fd56b55d33f92255b Mon Sep 17 00:00:00 2001 From: Serge <5920850+seerge@users.noreply.github.com> Date: Sat, 1 Jun 2024 12:47:12 +0200 Subject: [PATCH] Added Ally 2024 RC72 model name --- app/AppConfig.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/AppConfig.cs b/app/AppConfig.cs index 7f045549..7c582d23 100644 --- a/app/AppConfig.cs +++ b/app/AppConfig.cs @@ -338,7 +338,7 @@ public static class AppConfig public static bool IsAlly() { - return ContainsModel("RC71"); + return ContainsModel("RC71") || ContainsModel("RC72"); } public static bool NoMKeys()