Skip to content

Commit

Permalink
Added GX501G to NoWMI list #3300
Browse files Browse the repository at this point in the history
  • Loading branch information
seerge committed Oct 25, 2024
1 parent f320da9 commit 5e4bd13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/AppConfig.cs
Original file line number Diff line number Diff line change
Expand Up @@ -504,7 +504,7 @@ public static bool IsNoAirplaneMode()

public static bool NoWMI()
{
return ContainsModel("GL704G") || ContainsModel("GM501G");
return ContainsModel("GL704G") || ContainsModel("GM501G") || ContainsModel("GX501G");
}

public static bool IsNoDirectRGB()
Expand Down

0 comments on commit 5e4bd13

Please sign in to comment.