Skip to content

Commit

Permalink
Show Dynamic Lighting warning for all TUF devices
Browse files Browse the repository at this point in the history
  • Loading branch information
seerge committed Nov 8, 2024
1 parent 9d130ca commit 857d858
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 @@ -691,7 +691,7 @@ public static bool IsChargeLimit6080()
// 2024 Models support Dynamic Lighting
public static bool IsDynamicLighting()
{
return IsSlash() || IsIntelHX() || ContainsModel("FA607P") || ContainsModel("FX607J") || ContainsModel("FA507U");
return IsSlash() || IsIntelHX() || IsTUF();
}

public static bool IsForceMiniled()
Expand Down

0 comments on commit 857d858

Please sign in to comment.