mirror of
https://github.com/jkocon/g-helper.git
synced 2026-02-23 13:00:52 +01:00
Removed unsupported charge limits
This commit is contained in:
@@ -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"));
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user