Show Dynamic Lighting warning for all TUF devices

This commit is contained in:
Serge
2024-11-08 16:10:48 +01:00
parent 9d130ca540
commit 857d858987

View File

@@ -691,7 +691,7 @@ public static class AppConfig
// 2024 Models support Dynamic Lighting // 2024 Models support Dynamic Lighting
public static bool IsDynamicLighting() public static bool IsDynamicLighting()
{ {
return IsSlash() || IsIntelHX() || ContainsModel("FA607P") || ContainsModel("FX607J") || ContainsModel("FA507U"); return IsSlash() || IsIntelHX() || IsTUF();
} }
public static bool IsForceMiniled() public static bool IsForceMiniled()