Removed unsupported charge limits

This commit is contained in:
Serge
2024-06-01 11:19:34 +02:00
parent 64b5547126
commit 9514caef94

View File

@@ -633,7 +633,7 @@ public static class AppConfig
public static bool IsChargeLimit6080() public static bool IsChargeLimit6080()
{ {
return true || IsTUF() && !(ContainsModel("FX507Z") || ContainsModel("FA617")); return IsTUF() && !(ContainsModel("FX507Z") || ContainsModel("FA617"));
} }