Skip to content

Commit

Permalink
Ultimate mode tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
seerge committed Feb 24, 2024
1 parent 2a4e1f4 commit 4697c37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/AppConfig.cs
Original file line number Diff line number Diff line change
Expand Up @@ -463,7 +463,7 @@ public static bool IsAdvantageEdition()

public static bool NoAutoUltimate()
{
return ContainsModel("G614") || ContainsModel("GU604") || ContainsModel("FX507") || ContainsModel("G513") || ContainsModel("FA617") || ContainsModel("G834");
return ContainsModel("G614") || ContainsModel("GU604") || ContainsModel("FX507") || ContainsModel("G513") || ContainsModel("FA617") || ContainsModel("G834") || ContainsModel("GA403") || ContainsModel("GU605");
}


Expand Down

0 comments on commit 4697c37

Please sign in to comment.