Skip to content

Commit

Permalink
Charge limits for ProArt P16
Browse files Browse the repository at this point in the history
  • Loading branch information
seerge committed Jan 22, 2025
1 parent abc4e9f commit 6299acc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/AppConfig.cs
Original file line number Diff line number Diff line change
Expand Up @@ -699,7 +699,7 @@ public static bool IsStopAC()

public static bool IsChargeLimit6080()
{
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")));

}

Expand Down

0 comments on commit 6299acc

Please sign in to comment.