fixed #3 & AppSpoofer

This commit is contained in:
Balackburn
2023-07-06 21:17:40 +02:00
parent 73276177f3
commit 2274a95911
2 changed files with 12 additions and 0 deletions

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 YTLitePlusSection = 500;
@interface YTSettingsSectionItemManager (YTLitePlus)