From f6602fff3c8e8b7b2cd8cf3f154233d01029f725 Mon Sep 17 00:00:00 2001 From: Serge <5920850+seerge@users.noreply.github.com> Date: Thu, 9 Nov 2023 12:30:59 +0100 Subject: [PATCH] Remove logo/lid backlight checkboxes for G512LI https://github.com/seerge/g-helper/issues/1575 --- app/AppConfig.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/AppConfig.cs b/app/AppConfig.cs index 0cc1aca5..41168871 100644 --- a/app/AppConfig.cs +++ b/app/AppConfig.cs @@ -355,7 +355,7 @@ public static class AppConfig public static bool IsStrixLimitedRGB() { - return ContainsModel("G614JV") || ContainsModel("G614JZ"); + return ContainsModel("G614JV") || ContainsModel("G614JZ") || ContainsModel("G512LI"); } public static bool IsZ13()