From e6d7a6f8b3550f4fbf69678fc9454496b2f2de27 Mon Sep 17 00:00:00 2001 From: Serge <5920850+seerge@users.noreply.github.com> Date: Wed, 8 Nov 2023 17:59:15 +0100 Subject: [PATCH] Removed RGB color selection for FX516P https://github.com/seerge/g-helper/issues/1571 --- app/AppConfig.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/AppConfig.cs b/app/AppConfig.cs index 467e97f0..0cc1aca5 100644 --- a/app/AppConfig.cs +++ b/app/AppConfig.cs @@ -345,7 +345,7 @@ public static class AppConfig public static bool IsSingleColor() { - return ContainsModel("GA401") || ContainsModel("FX517Z") || ContainsModel("X13"); + return ContainsModel("GA401") || ContainsModel("FX517Z") || ContainsModel("FX516P") || ContainsModel("X13"); } public static bool IsStrix()