Added GX550 / GX650 to the list of Duo Models

This commit is contained in:
Serge
2024-03-13 18:47:41 +01:00
parent a02f6c595f
commit 623282dccf

View File

@@ -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