XG Mobile tweaks

This commit is contained in:
Serge
2023-09-06 19:58:14 +02:00
parent c791421c3e
commit 2f98606a7d
3 changed files with 8 additions and 3 deletions

View File

@@ -383,7 +383,7 @@ public static class AppConfig
public static bool IsNoGPUModes()
{
return ContainsModel("GV301RA") || ContainsModel("GV302XA");
return ContainsModel("GV301RA") || ContainsModel("GV302XA") || IsAlly();
}
}