This commit is contained in:
Serge
2023-09-03 15:53:43 +02:00
parent 3332bd4b36
commit fce9cddd02
3 changed files with 22 additions and 14 deletions

View File

@@ -380,4 +380,10 @@ public static class AppConfig
{
return Is("gpu_mode_force_set") || ContainsModel("503");
}
public static bool IsNoGPUModes()
{
return ContainsModel("GV301RA");
}
}