Backlight controls for ProArt #2973

This commit is contained in:
Serge
2024-08-21 18:38:15 +02:00
parent 63828e3db7
commit de10360224

View File

@@ -431,7 +431,7 @@ public static class AppConfig
public static bool IsInputBacklight() public static bool IsInputBacklight()
{ {
return ContainsModel("GA503") || IsSlash(); return ContainsModel("GA503") || IsSlash() || IsVivoZenPro();
} }
public static bool IsInvertedFNLock() public static bool IsInvertedFNLock()