We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent abc4e9f commit 6299accCopy full SHA for 6299acc
app/AppConfig.cs
@@ -699,7 +699,7 @@ public static bool IsStopAC()
699
700
public static bool IsChargeLimit6080()
701
{
702
- return ContainsModel("GA403U") || ContainsModel("GU605") || ContainsModel("GA605") || ContainsModel("GA503R") || (IsTUF() && !(ContainsModel("FX507Z") || ContainsModel("FA617")));
+ return ContainsModel("H760") || ContainsModel("GA403U") || ContainsModel("GU605") || ContainsModel("GA605") || ContainsModel("GA503R") || (IsTUF() && !(ContainsModel("FX507Z") || ContainsModel("FA617")));
703
704
}
705
0 commit comments