Minor tweaks

This commit is contained in:
Serge
2023-08-27 13:05:10 +02:00
parent 9bcc0fccd7
commit cc010053b2
3 changed files with 4 additions and 2 deletions

View File

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