From 623282dccf052317d228e5873b4f505a399f0be9 Mon Sep 17 00:00:00 2001 From: Serge <5920850+seerge@users.noreply.github.com> Date: Wed, 13 Mar 2024 18:47:41 +0100 Subject: [PATCH] Added GX550 / GX650 to the list of Duo Models --- app/AppConfig.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/AppConfig.cs b/app/AppConfig.cs index cbcc4594..e7d7d9e2 100644 --- a/app/AppConfig.cs +++ b/app/AppConfig.cs @@ -379,7 +379,7 @@ public static class AppConfig public static bool IsDUO() { - return ContainsModel("Duo"); + return ContainsModel("Duo") || ContainsModel("GX550") || ContainsModel("GX650"); } // G14 2020 has no aura, but media keys instead