Skip to content

Commit

Permalink
Ultimate mode fix for FA617N
Browse files Browse the repository at this point in the history
  • Loading branch information
seerge committed Dec 13, 2023
1 parent b808aa7 commit 9543cd4
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 @@ -386,7 +386,7 @@ public static bool IsAdvantageEdition()

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


Expand Down

0 comments on commit 9543cd4

Please sign in to comment.