Aura tweaks for 2024 models

This commit is contained in:
Serge
2024-01-23 11:08:46 +01:00
parent fff52f3f5c
commit bbe1fd3d9f
2 changed files with 23 additions and 19 deletions

View File

@@ -495,6 +495,11 @@ public static class AppConfig
return ContainsModel("G814") || ContainsModel("G614") || ContainsModel("G834") || ContainsModel("G634");
}
public static bool IsNewAura()
{
return ContainsModel("G834") || ContainsModel("G614") || ContainsModel("G834") || ContainsModel("G634");
}
public static bool IsASUS()
{
return ContainsModel("ROG") || ContainsModel("TUF") || ContainsModel("Vivobook") || ContainsModel("Zenbook");