This commit is contained in:
Serge
2024-03-19 22:09:55 +01:00
parent 091a00cba0
commit 0c3b87b4cb
2 changed files with 14 additions and 0 deletions

View File

@@ -454,6 +454,11 @@ public static class AppConfig
return ContainsModel("Z13");
}
public static bool IsS17()
{
return ContainsModel("S17");
}
public static bool HasTabletMode()
{
return ContainsModel("X16") || ContainsModel("X13");