mirror of
https://github.com/jkocon/g-helper.git
synced 2026-02-23 13:00:52 +01:00
Charge limits for GA403
This commit is contained in:
@@ -628,12 +628,12 @@ public static class AppConfig
|
|||||||
|
|
||||||
public static bool IsChargeLimit80()
|
public static bool IsChargeLimit80()
|
||||||
{
|
{
|
||||||
return ContainsModel("GA403");
|
return ContainsModel("GA403UI");
|
||||||
}
|
}
|
||||||
|
|
||||||
public static bool IsChargeLimit6080()
|
public static bool IsChargeLimit6080()
|
||||||
{
|
{
|
||||||
return ContainsModel("GU605") || ContainsModel("GA503R") || (IsTUF() && !(ContainsModel("FX507Z") || ContainsModel("FA617")));
|
return ContainsModel("GA403UU") || ContainsModel("GA403UV") || ContainsModel("GU605") || ContainsModel("GA503R") || (IsTUF() && !(ContainsModel("FX507Z") || ContainsModel("FA617")));
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user