Added GM501G to the list of devices without WMI key processing

This commit is contained in:
Serge
2024-03-19 13:36:30 +01:00
committed by GitHub
parent 7039f58e05
commit 091a00cba0

View File

@@ -1,4 +1,4 @@
using GHelper.Mode; using GHelper.Mode;
using System.Management; using System.Management;
using System.Text.Json; using System.Text.Json;
@@ -436,7 +436,7 @@ public static class AppConfig
public static bool NoWMI() public static bool NoWMI()
{ {
return ContainsModel("GL704G"); return ContainsModel("GL704G") || ContainsModel("GM501G");
} }
public static bool IsNoDirectRGB() public static bool IsNoDirectRGB()