This commit is contained in:
Serge
2024-08-11 11:06:24 +02:00
parent 991eab1280
commit 7af211f656
2 changed files with 4 additions and 4 deletions

View File

@@ -372,7 +372,7 @@ public static class AppConfig
return ContainsModel("ProArt");
}
public static bool IsHWFNLock()
public static bool IsVivoZenbook()
{
return ContainsModel("Vivobook") || ContainsModel("Zenbook");
}