From 1e35628ac498bf878bd50005d405e3ec9f9ce003 Mon Sep 17 00:00:00 2001 From: arichornlover <78001398+arichorn@users.noreply.github.com> Date: Sat, 16 Dec 2023 15:07:48 -0600 Subject: [PATCH] LowContrastMode Cutoff Version MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit I’m changing one of the options. It will have this. --- uYouPlus.h | 1 + 1 file changed, 1 insertion(+) diff --git a/uYouPlus.h b/uYouPlus.h index 40b5e68..b8ccec6 100644 --- a/uYouPlus.h +++ b/uYouPlus.h @@ -39,6 +39,7 @@ #define YT_BUNDLE_ID @"com.google.ios.youtube" #define YT_NAME @"YouTube" #define DEFAULT_RATE 1.0f // YTSpeed +#define LOWCONTRASTMODE_CUTOFF_VERSION @"17.38.10" // LowContrastMode @interface YTSingleVideoController () - (float)playbackRate;