This commit is contained in:
Serge
2023-08-20 17:24:02 +02:00
parent 63382b748f
commit 26dbd77b05
3 changed files with 131 additions and 777 deletions

View File

@@ -335,7 +335,7 @@ public static class AppConfig
public static bool NoAutoUltimate()
{
return ContainsModel("G614") || ContainsModel("GU604");
return ContainsModel("G614") || ContainsModel("GU604") || ContainsModel("FX507");
}