We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 860f42a commit 2496ef5Copy full SHA for 2496ef5
app/AppConfig.cs
@@ -577,7 +577,7 @@ public static bool DynamicBoost5()
577
578
public static bool DynamicBoost15()
579
{
580
- return ContainsModel("FX507ZC4") || ContainsModel("GA403UM") || ContainsModel("GU605CP") || ContainsModel("FX608J") || ContainsModel("FX608L");
+ return ContainsModel("FX507ZC4") || ContainsModel("GA403UM") || ContainsModel("GU605CP") || ContainsModel("FX608J") || ContainsModel("FX608L") || ContainsModel("FA608U") || ContainsModel("FA608P") || ContainsModel("FA608W");
581
}
582
583
public static bool DynamicBoost20()
0 commit comments