Added FX517Z to list of single-color RGB devices https://github.com/seerge/g-helper/issues/1425

This commit is contained in:
Serge
2023-10-06 10:51:27 +02:00
parent a085615398
commit f1b51a726b
2 changed files with 2 additions and 2 deletions

View File

@@ -345,7 +345,7 @@ public static class AppConfig
public static bool IsSingleColor()
{
return ContainsModel("GA401");
return ContainsModel("GA401") || ContainsModel("FX517Z") || ContainsModel("X13");
}
public static bool IsStrix()