From 4ea59d2669b302efd5509702a52e18384098b7c1 Mon Sep 17 00:00:00 2001 From: Serge <5920850+seerge@users.noreply.github.com> Date: Tue, 22 Oct 2024 10:50:07 +0200 Subject: [PATCH] Added UX840 to the list of DUO models https://github.com/seerge/g-helper/issues/3281 --- app/AppConfig.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/AppConfig.cs b/app/AppConfig.cs index ca3fa1ef..931d4a4b 100644 --- a/app/AppConfig.cs +++ b/app/AppConfig.cs @@ -413,7 +413,7 @@ public static class AppConfig 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