Skip to content

Commit abc4e9f

Browse files
committed
Added UX482 to the list of DUO models #3281
1 parent 15db22c commit abc4e9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/AppConfig.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -413,7 +413,7 @@ public static bool SwappedBrightness()
413413

414414
public static bool IsDUO()
415415
{
416-
return ContainsModel("Duo") || ContainsModel("GX550") || ContainsModel("GX650") || ContainsModel("UX840");
416+
return ContainsModel("Duo") || ContainsModel("GX550") || ContainsModel("GX650") || ContainsModel("UX840") || ContainsModel("UX482");
417417
}
418418

419419
// G14 2020 has no aura, but media keys instead

0 commit comments

Comments
 (0)