Binding UI

This commit is contained in:
Serge
2024-01-26 20:43:51 +01:00
parent 163b35d6b0
commit fb33f426d3
8 changed files with 913 additions and 474 deletions

View File

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