mirror of
https://github.com/jkocon/g-helper.git
synced 2026-02-23 13:00:52 +01:00
Skip GPU check for UX540 https://github.com/seerge/g-helper/pull/3360
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user