Another Change

I needed to declare it so it can work on v16.42.3 LTS Build
This commit is contained in:
arichorn 2023-07-09 00:13:10 -05:00 committed by GitHub
parent e15d2d1d37
commit 38d92e5aae
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -15,6 +15,9 @@ static int GetSelection(NSString *key) {
static int colorContrastMode() {
return [[NSUserDefaults standardUserDefaults] integerForKey:@"lcmColor"];
}
static int appVersionSpoofer() {
return [[NSUserDefaults standardUserDefaults] integerForKey:@"versionSpoofer"];
}
static const NSInteger uYouPlusSection = 500;
@interface YTSettingsSectionItemManager (uYouPlus)