From 2c6d8b86a983a3cdb07a9a2ddbfa227b15e77adc Mon Sep 17 00:00:00 2001 From: Serge <5920850+seerge@users.noreply.github.com> Date: Fri, 6 Sep 2024 13:09:12 +0200 Subject: [PATCH] Added GU603 to the list without direct RGB settings --- app/AppConfig.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/AppConfig.cs b/app/AppConfig.cs index 95d5fed5..9023132e 100644 --- a/app/AppConfig.cs +++ b/app/AppConfig.cs @@ -501,7 +501,7 @@ public static class AppConfig public static bool IsNoDirectRGB() { - return ContainsModel("GA503") || ContainsModel("G533Q") || ContainsModel("GU502") || IsSlash(); + return ContainsModel("GA503") || ContainsModel("G533Q") || ContainsModel("GU502") || ContainsModel("GU603") || IsSlash(); } public static bool IsStrixNumpad()