From 463d184f85bf88bc7d59f8e97b5a1f81125b9732 Mon Sep 17 00:00:00 2001 From: Serge <5920850+seerge@users.noreply.github.com> Date: Mon, 9 Dec 2024 12:10:11 +0100 Subject: [PATCH] Added FA507XV to the list of models that require mode-reset https://github.com/seerge/g-helper/issues/3395 --- app/AppConfig.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/AppConfig.cs b/app/AppConfig.cs index e0f80f1e..41e9cc6b 100644 --- a/app/AppConfig.cs +++ b/app/AppConfig.cs @@ -620,7 +620,7 @@ public static bool IsSwappedFans() public static bool IsResetRequired() { - return ContainsModel("GA403"); + return ContainsModel("GA403") || ContainsModel("FA507XV"); } public static bool IsFanRequired()