mirror of
https://github.com/arichornlover/uYouEnhanced.git
synced 2026-04-20 02:32:10 +00:00
Update uYouPlus.xm
This commit is contained in:
parent
941bafc1d9
commit
5ed574892a
1 changed files with 2 additions and 2 deletions
|
|
@ -604,7 +604,6 @@ static NSString *accessGroupID() {
|
|||
return IS_ENABLED(@"hideChannelWatermark_enabled") ? NO : %orig;
|
||||
}
|
||||
%end
|
||||
|
||||
// Hide Channel Watermark (for Old YouTube Versions / Backwards Compatibility)
|
||||
%hook YTAnnotationsViewController
|
||||
- (void)loadFeaturedChannelWatermark {
|
||||
|
|
@ -861,7 +860,8 @@ static NSString *accessGroupID() {
|
|||
UINavigationController *uYouPlusRootOptionsControllerView = [[UINavigationController alloc] initWithRootViewController:[[RootOptionsController alloc] init]];
|
||||
[uYouPlusRootOptionsControllerView setModalPresentationStyle:UIModalPresentationFullScreen];
|
||||
|
||||
[self._viewControllerForAncestor presentViewController:uYouPlusRootOptionsControllerView animated:YES completion:nil];
|
||||
UIViewController *rootPrefsViewController = [self _viewControllerForAncestor];
|
||||
[rootPrefsViewController presentViewController:uYouPlusRootOptionsControllerView animated:YES completion:nil];
|
||||
}
|
||||
%end
|
||||
//
|
||||
|
|
|
|||
Loading…
Reference in a new issue