Skip to content

Commit

Permalink
Added UX482 to the list of DUO models #3281
Browse files Browse the repository at this point in the history
  • Loading branch information
seerge committed Jan 14, 2025
1 parent 15db22c commit abc4e9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/AppConfig.cs
Original file line number Diff line number Diff line change
Expand Up @@ -413,7 +413,7 @@ public static bool SwappedBrightness()

public static bool IsDUO()
{
return ContainsModel("Duo") || ContainsModel("GX550") || ContainsModel("GX650") || ContainsModel("UX840");
return ContainsModel("Duo") || ContainsModel("GX550") || ContainsModel("GX650") || ContainsModel("UX840") || ContainsModel("UX482");
}

// G14 2020 has no aura, but media keys instead
Expand Down

0 comments on commit abc4e9f

Please sign in to comment.