Define LowContrastMode’s Last Supported App Version

This is important to create a new option
This commit is contained in:
arichornlover 2023-12-16 14:52:15 -06:00 committed by GitHub
parent 15a77f9d60
commit eac86c41bd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -35,6 +35,7 @@
#define LOC(x) [tweakBundle localizedStringForKey:x value:nil table:nil]
#define YT_BUNDLE_ID @"com.google.ios.youtube"
#define YT_NAME @"YouTube"
#define LOWCONTRASTMODE_CUTOFF_VERSION @"17.38.10"
// YTSpeed
@interface YTVarispeedSwitchControllerOption : NSObject