From de10360224d9a988b82796f08a1324e4e9b88b04 Mon Sep 17 00:00:00 2001 From: Serge <5920850+seerge@users.noreply.github.com> Date: Wed, 21 Aug 2024 18:38:15 +0200 Subject: [PATCH] Backlight controls for ProArt #2973 --- app/AppConfig.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()