mirror of
https://github.com/jkocon/g-helper.git
synced 2026-04-10 13:00:26 +02: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