diff --git a/app/AppConfig.cs b/app/AppConfig.cs index 265ab0cd..9c75430d 100644 --- a/app/AppConfig.cs +++ b/app/AppConfig.cs @@ -431,7 +431,7 @@ public static class AppConfig public static bool IsInputBacklight() { - return ContainsModel("GA503") || IsSlash(); + return ContainsModel("GA503") || IsSlash() || IsVivoZenPro(); } public static bool IsInvertedFNLock()