Added GU603 to the list without direct RGB settings

This commit is contained in:
Serge
2024-09-06 13:09:12 +02:00
parent 6b97bc1eaf
commit 2c6d8b86a9

View File

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