From e9331ff0ab9ada6e67889c21cd8a8c0cb912b920 Mon Sep 17 00:00:00 2001 From: aricloverEXALT <157071384+aricloverEXALT@users.noreply.github.com> Date: Sun, 12 Jan 2025 06:43:36 -0600 Subject: [PATCH] Update uYouPlusSettings.xm --- Sources/uYouPlusSettings.xm | 1 - 1 file changed, 1 deletion(-) diff --git a/Sources/uYouPlusSettings.xm b/Sources/uYouPlusSettings.xm index 80a17b2..eb34fe1 100644 --- a/Sources/uYouPlusSettings.xm +++ b/Sources/uYouPlusSettings.xm @@ -1067,7 +1067,6 @@ NSString *cacheDescription = [NSString stringWithFormat:@"%@", GetCacheSize()]; SPOOFER_VERSION(@"v17.35.3", 124), SPOOFER_VERSION(@"v17.34.3", 125), SPOOFER_VERSION(@"v17.33.2", 126) - }] ]; YTSettingsPickerViewController *picker = [[%c(YTSettingsPickerViewController) alloc] initWithNavTitle:LOC(@"VERSION_SPOOFER_SELECTOR") pickerSectionTitle:nil rows:rows selectedItemIndex:appVersionSpoofer() parentResponder:[self parentResponder]]; [settingsViewController pushViewController:picker];