This commit is contained in:
Serge
2024-04-01 18:23:19 +02:00
parent 98a22802a0
commit 6a9cf45490

View File

@@ -442,7 +442,7 @@ public static class AppConfig
public static bool IsNoDirectRGB()
{
return ContainsModel("GA503") || ContainsModel("G533Q") || IsSlash();
return ContainsModel("GA503") || ContainsModel("G533Q") || ContainsModel("GU502") || IsSlash();
}
public static bool IsStrixNumpad()