Skip to content

Commit

Permalink
Removed unsupported charge limits
Browse files Browse the repository at this point in the history
  • Loading branch information
seerge committed Jun 1, 2024
1 parent 64b5547 commit 9514cae
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 @@ -633,7 +633,7 @@ public static bool IsChargeLimit80()

public static bool IsChargeLimit6080()
{
return true || IsTUF() && !(ContainsModel("FX507Z") || ContainsModel("FA617"));
return IsTUF() && !(ContainsModel("FX507Z") || ContainsModel("FA617"));

}

Expand Down

0 comments on commit 9514cae

Please sign in to comment.