mirror of
https://github.com/jkocon/g-helper.git
synced 2026-02-23 13:00:52 +01:00
Added GM501G to the list of devices without WMI key processing
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
using GHelper.Mode;
|
||||
using GHelper.Mode;
|
||||
using System.Management;
|
||||
using System.Text.Json;
|
||||
|
||||
@@ -436,7 +436,7 @@ public static class AppConfig
|
||||
|
||||
public static bool NoWMI()
|
||||
{
|
||||
return ContainsModel("GL704G");
|
||||
return ContainsModel("GL704G") || ContainsModel("GM501G");
|
||||
}
|
||||
|
||||
public static bool IsNoDirectRGB()
|
||||
|
||||
Reference in New Issue
Block a user