Skip to content

Commit 6299acc

Browse files
committed
Charge limits for ProArt P16
1 parent abc4e9f commit 6299acc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/AppConfig.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -699,7 +699,7 @@ public static bool IsStopAC()
699699

700700
public static bool IsChargeLimit6080()
701701
{
702-
return ContainsModel("GA403U") || ContainsModel("GU605") || ContainsModel("GA605") || ContainsModel("GA503R") || (IsTUF() && !(ContainsModel("FX507Z") || ContainsModel("FA617")));
702+
return ContainsModel("H760") || ContainsModel("GA403U") || ContainsModel("GU605") || ContainsModel("GA605") || ContainsModel("GA503R") || (IsTUF() && !(ContainsModel("FX507Z") || ContainsModel("FA617")));
703703

704704
}
705705

0 commit comments

Comments
 (0)