From e115e0f82b2196f5572fadd6b898f43451fe2d69 Mon Sep 17 00:00:00 2001
From: Serge <5920850+seerge@users.noreply.github.com>
Date: Fri, 15 Dec 2023 18:44:54 +0100
Subject: [PATCH] Ambient mode fix
https://github.com/seerge/g-helper/issues/1641#issuecomment-1855661443
---
app/AppConfig.cs | 2 +-
app/GHelper.csproj | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/app/AppConfig.cs b/app/AppConfig.cs
index 866416ca..a42ee710 100644
--- a/app/AppConfig.cs
+++ b/app/AppConfig.cs
@@ -355,7 +355,7 @@ public static class AppConfig
public static bool IsStrixLimitedRGB()
{
- return ContainsModel("G614JV") || ContainsModel("G614JZ") || ContainsModel("G512LI") || ContainsModel("G513RS") || ContainsModel("G513RM") || ContainsModel("G713PV") || ContainsModel("G513IE") || ContainsModel("G513QM") || ContainsModel("G713RC");
+ return ContainsModel("G614JV") || ContainsModel("G614JZ") || ContainsModel("G512LI") || ContainsModel("G513R") || ContainsModel("G713PV") || ContainsModel("G513IE") || ContainsModel("G513QM") || ContainsModel("G713RC");
}
public static bool IsStrixNumpad()
diff --git a/app/GHelper.csproj b/app/GHelper.csproj
index bc99ae01..3b12ae18 100644
--- a/app/GHelper.csproj
+++ b/app/GHelper.csproj
@@ -15,7 +15,7 @@
AnyCPU
False
True
- 0.137
+ 0.138