This commit is contained in:
Serge
2023-08-08 17:15:57 +02:00
parent 48674dcf90
commit 1827450f4b
3 changed files with 22 additions and 5 deletions

View File

@@ -300,7 +300,7 @@ public static class AppConfig
public static bool NoAuraColor()
{
return ContainsModel("GA401") || ContainsModel("X13") || ContainsModel("GA503RM");
return ContainsModel("GA401") || ContainsModel("X13");
}
public static bool IsStrix()
@@ -318,6 +318,12 @@ public static class AppConfig
return ContainsModel("X16") || ContainsModel("X13");
}
public static bool IsX13()
{
return ContainsModel("X13");
}
public static bool IsAdvantageEdition()
{
return ContainsModel("13QY");