Remove logo/lid backlight checkboxes for G512LI https://github.com/seerge/g-helper/issues/1575

This commit is contained in:
Serge
2023-11-09 12:30:59 +01:00
parent 5a7dc5c707
commit f6602fff3c

View File

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