This commit is contained in:
Serge
2024-11-11 10:36:57 +01:00
parent c2c5d2a0c5
commit 871f80f654
4 changed files with 8 additions and 3 deletions

View File

@@ -653,6 +653,11 @@ public static class AppConfig
return ContainsModel("GV301RA") || ContainsModel("GV302XA") || IsAlly();
}
public static bool NoGpu()
{
return Is("no_gpu") || ContainsModel("UX540");
}
public static bool IsHardwareTouchpadToggle()
{
return ContainsModel("FA507");