From 4c4e6c8291f998035b1b3c9f4df57cf029c90dc1 Mon Sep 17 00:00:00 2001 From: Serge <5920850+seerge@users.noreply.github.com> Date: Thu, 25 Jul 2024 16:45:30 +0200 Subject: [PATCH] Dynamic Lighting models list --- app/AppConfig.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/AppConfig.cs b/app/AppConfig.cs index ce641feb..a371f735 100644 --- a/app/AppConfig.cs +++ b/app/AppConfig.cs @@ -654,7 +654,7 @@ public static class AppConfig // 2024 Models support Dynamic Lighting public static bool IsDynamicLighting() { - return IsSlash() || ContainsModel("JIR") || ContainsModel("JZR") || ContainsModel("JVR") || ContainsModel("JYR") || ContainsModel("FA607P") || ContainsModel("FX607J") || ContainsModel("FA507U"); + return IsSlash() || IsIntelHX() || ContainsModel("FA607P") || ContainsModel("FX607J") || ContainsModel("FA507U"); } public static bool IsForceMiniled()