mirror of
https://github.com/jkocon/g-helper.git
synced 2026-02-23 13:00:52 +01:00
Added GX501G to NoWMI list https://github.com/seerge/g-helper/discussions/3300
This commit is contained in:
@@ -504,7 +504,7 @@ public static class AppConfig
|
|||||||
|
|
||||||
public static bool NoWMI()
|
public static bool NoWMI()
|
||||||
{
|
{
|
||||||
return ContainsModel("GL704G") || ContainsModel("GM501G");
|
return ContainsModel("GL704G") || ContainsModel("GM501G") || ContainsModel("GX501G");
|
||||||
}
|
}
|
||||||
|
|
||||||
public static bool IsNoDirectRGB()
|
public static bool IsNoDirectRGB()
|
||||||
|
|||||||
Reference in New Issue
Block a user