Ambient mode tweak for 2024 models

This commit is contained in:
Serge
2024-03-07 13:39:34 +01:00
parent a688275ca2
commit 06378162c8
3 changed files with 5 additions and 5 deletions

View File

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