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 15db22c commit abc4e9fCopy full SHA for abc4e9f
app/AppConfig.cs
@@ -413,7 +413,7 @@ public static bool SwappedBrightness()
413
414
public static bool IsDUO()
415
{
416
- return ContainsModel("Duo") || ContainsModel("GX550") || ContainsModel("GX650") || ContainsModel("UX840");
+ return ContainsModel("Duo") || ContainsModel("GX550") || ContainsModel("GX650") || ContainsModel("UX840") || ContainsModel("UX482");
417
}
418
419
// G14 2020 has no aura, but media keys instead
0 commit comments