From 103c65a43d2aa51591982f65be441801d2a6b024 Mon Sep 17 00:00:00 2001 From: Serge <5920850+seerge@users.noreply.github.com> Date: Fri, 9 Feb 2024 22:15:25 +0100 Subject: [PATCH] Custom fan curves fix for GA503.317 https://github.com/seerge/g-helper/issues/2049 --- app/AppConfig.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/AppConfig.cs b/app/AppConfig.cs index 8ee4409b..bb148661 100644 --- a/app/AppConfig.cs +++ b/app/AppConfig.cs @@ -467,7 +467,7 @@ public static class AppConfig public static bool IsSwappedFans() { - if (!ContainsModel("GA503")) return false; + if (!ContainsModel("GA503R")) return false; try {