Charge limits for GA503R

This commit is contained in:
Serge
2024-06-01 22:33:16 +02:00
committed by GitHub
parent b6c7da53c1
commit 34ec26dba0

View File

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