Skip to content

Commit

Permalink
Added UX840 to the list of DUO models #3281
Browse files Browse the repository at this point in the history
  • Loading branch information
seerge committed Oct 22, 2024
1 parent a8c3247 commit 4ea59d2
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");
return ContainsModel("Duo") || ContainsModel("GX550") || ContainsModel("GX650") || ContainsModel("UX840");
}

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

0 comments on commit 4ea59d2

Please sign in to comment.