From 709f2b89ca4350215828e80682f9690ec29f6ddc Mon Sep 17 00:00:00 2001 From: Serge <5920850+seerge@users.noreply.github.com> Date: Sat, 3 Aug 2024 17:58:32 +0200 Subject: [PATCH] Cleanup --- app/AppConfig.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/AppConfig.cs b/app/AppConfig.cs index 96544008..4a403c3c 100644 --- a/app/AppConfig.cs +++ b/app/AppConfig.cs @@ -397,7 +397,7 @@ public static class AppConfig public static bool MediaKeys() { - return NoAura() || ContainsModel("G712LU"); + return NoAura() || ContainsModel("G712L"); } public static bool IsSingleColor()