mirror of
https://github.com/jkocon/g-helper.git
synced 2026-02-23 13:00:52 +01:00
Added GX550 / GX650 to the list of Duo Models
This commit is contained in:
@@ -379,7 +379,7 @@ public static class AppConfig
|
|||||||
|
|
||||||
public static bool IsDUO()
|
public static bool IsDUO()
|
||||||
{
|
{
|
||||||
return ContainsModel("Duo");
|
return ContainsModel("Duo") || ContainsModel("GX550") || ContainsModel("GX650");
|
||||||
}
|
}
|
||||||
|
|
||||||
// G14 2020 has no aura, but media keys instead
|
// G14 2020 has no aura, but media keys instead
|
||||||
|
|||||||
Reference in New Issue
Block a user