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()