From 6da693c98f833a25329c6a74c52a098e2a1eed01 Mon Sep 17 00:00:00 2001 From: arichornlover <78001398+arichornlover@users.noreply.github.com> Date: Sun, 11 Feb 2024 21:42:44 -0600 Subject: [PATCH] Update uYouPlusSettings.xm --- Sources/uYouPlusSettings.xm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Sources/uYouPlusSettings.xm b/Sources/uYouPlusSettings.xm index 5302c20..8d47c6b 100644 --- a/Sources/uYouPlusSettings.xm +++ b/Sources/uYouPlusSettings.xm @@ -92,10 +92,10 @@ extern NSBundle *uYouPlusBundle(); tweaks = [NSMutableArray new]; [tweaks addObjectsFromArray:@[ @(404), // YTABConfig - @(500), // uYouEnhanced / uYouPlus @(517), // DontEatMyContent @(1080), // Return YouTube Dislike @(200), // YouPiP + @(500), // uYouEnhanced / uYouPlus @(2168), // YTHoldForSpeed @(1222), // YTVideoOverlay ]]; @@ -210,7 +210,7 @@ extern NSBundle *uYouPlusBundle(); UIActivityIndicatorView *activityIndicator = [[UIActivityIndicatorView alloc] initWithActivityIndicatorStyle:UIActivityIndicatorViewStyleMedium]; activityIndicator.color = [UIColor labelColor]; [activityIndicator startAnimating]; - cell.accessoryView = activityIndicator; + [cell setAccessoryView:activityIndicator]; dispatch_async(dispatch_get_global_queue(DISPATCH_QUEUE_PRIORITY_DEFAULT, 0), ^{ NSString *cachePath = NSSearchPathForDirectoriesInDomains(NSCachesDirectory, NSUserDomainMask, YES).firstObject;