From b3133ede7a2b21e1987ee3c2971f671b0ef3f91b Mon Sep 17 00:00:00 2001 From: Serge <5920850+seerge@users.noreply.github.com> Date: Mon, 29 Jul 2024 11:32:49 +0200 Subject: [PATCH] Slash Lighting support for GA605 https://github.com/seerge/g-helper/issues/2892 --- app/AppConfig.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/AppConfig.cs b/app/AppConfig.cs index a371f735..ad8537bb 100644 --- a/app/AppConfig.cs +++ b/app/AppConfig.cs @@ -402,7 +402,7 @@ public static class AppConfig public static bool IsSlash() { - return ContainsModel("GA403") || ContainsModel("GU605"); + return ContainsModel("GA403") || ContainsModel("GU605") || ContainsModel("GA605"); } public static bool IsInputBacklight()