From 6a9cf45490f511a79a5636d2a96ca7c4d06938e0 Mon Sep 17 00:00:00 2001 From: Serge <5920850+seerge@users.noreply.github.com> Date: Mon, 1 Apr 2024 18:23:19 +0200 Subject: [PATCH] Aura fix for GU502 https://github.com/seerge/g-helper/issues/2359 --- app/AppConfig.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/AppConfig.cs b/app/AppConfig.cs index aadfead7..d59c2c7e 100644 --- a/app/AppConfig.cs +++ b/app/AppConfig.cs @@ -442,7 +442,7 @@ public static class AppConfig public static bool IsNoDirectRGB() { - return ContainsModel("GA503") || ContainsModel("G533Q") || IsSlash(); + return ContainsModel("GA503") || ContainsModel("G533Q") || ContainsModel("GU502") || IsSlash(); } public static bool IsStrixNumpad()