This commit is contained in:
Serge
2023-11-23 12:28:52 +01:00
parent 93d639fc6f
commit 36d6d6af48
2 changed files with 33 additions and 3 deletions

View File

@@ -358,6 +358,11 @@ public static class AppConfig
return ContainsModel("G614JV") || ContainsModel("G614JZ") || ContainsModel("G512LI") || ContainsModel("G513RS") || ContainsModel("G513RM") || ContainsModel("G713PV") || ContainsModel("G513IE");
}
public static bool IsStrixNumpad()
{
return ContainsModel("G713R");
}
public static bool IsZ13()
{
return ContainsModel("Z13");