We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f1b120 commit 9156eafCopy full SHA for 9156eaf
app/AppConfig.cs
@@ -545,7 +545,7 @@ public static bool NoWMI()
545
546
public static bool IsNoDirectRGB()
547
{
548
- return ContainsModel("GA503") || ContainsModel("G533Q") || ContainsModel("GU502") || ContainsModel("GU603") || IsSlash();
+ return ContainsModel("GA503") || ContainsModel("G533Q") || ContainsModel("GU502") || ContainsModel("GU603") || IsSlash() || IsAlly();
549
}
550
551
public static bool IsStrixNumpad()
0 commit comments