mirror of
https://github.com/arichornlover/uYouEnhanced.git
synced 2026-04-20 15:02:08 +00:00
Update uYouPlusSettings.xm
This commit is contained in:
parent
3f650bd623
commit
6da693c98f
1 changed files with 2 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue