Auto updater tweaks

This commit is contained in:
Serge
2024-01-12 19:35:10 +01:00
parent 4ab7ceb837
commit 00dc6a6ca3
5 changed files with 15 additions and 54 deletions

View File

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