From 857d8589879fcf267ab86f1669f2bcea5e75c0df Mon Sep 17 00:00:00 2001 From: Serge <5920850+seerge@users.noreply.github.com> Date: Fri, 8 Nov 2024 16:10:48 +0100 Subject: [PATCH] Show Dynamic Lighting warning for all TUF devices --- app/AppConfig.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/AppConfig.cs b/app/AppConfig.cs index cab322c6..164144bb 100644 --- a/app/AppConfig.cs +++ b/app/AppConfig.cs @@ -691,7 +691,7 @@ public static class AppConfig // 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()