Serge
2023-12-29 12:43:23 +01:00
parent 6fbcde2303
commit 19ebb52a5e
2 changed files with 24 additions and 2 deletions

View File

@@ -378,6 +378,15 @@ public static class AppConfig
return ContainsModel("X13");
}
public static bool DynamicBoost5()
{
return ContainsModel("GZ301ZE");
}
public static bool DynamicBoost15()
{
return ContainsModel("FX507ZC4");
}
public static bool IsAdvantageEdition()
{