From 38d92e5aae27a101716914d4f31e9943549cd98e Mon Sep 17 00:00:00 2001 From: arichorn <78001398+arichorn@users.noreply.github.com> Date: Sun, 9 Jul 2023 00:13:10 -0500 Subject: [PATCH] Another Change I needed to declare it so it can work on v16.42.3 LTS Build --- Settings.xm | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Settings.xm b/Settings.xm index e9754c7..f3ec3ba 100644 --- a/Settings.xm +++ b/Settings.xm @@ -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)