Updated Themes.xm (@arichornlover)

This commit is contained in:
Balackburn
2024-02-05 13:39:01 +01:00
parent 376ec3ed12
commit a3d1a1e31a
2 changed files with 456 additions and 664 deletions

View File

@@ -38,6 +38,8 @@
#define YT_BUNDLE_ID @"com.google.ios.youtube"
#define YT_NAME @"YouTube"
#define LOWCONTRASTMODE_CUTOFF_VERSION @"17.38.10"
#define IS_ENABLED(k) [[NSUserDefaults standardUserDefaults] boolForKey:k]
#define APP_THEME_IDX [[NSUserDefaults standardUserDefaults] integerForKey:@"appTheme"]
// YTSpeed
@interface YTVarispeedSwitchControllerOption : NSObject