Unsupported charge limits for GU605

This commit is contained in:
Serge
2024-06-01 11:27:23 +02:00
parent 9514caef94
commit d076765d5c

View File

@@ -633,7 +633,7 @@ public static class AppConfig
public static bool IsChargeLimit6080()
{
return IsTUF() && !(ContainsModel("FX507Z") || ContainsModel("FA617"));
return ContainsModel("GU605") || (IsTUF() && !(ContainsModel("FX507Z") || ContainsModel("FA617")));
}