Update uYouPlus.xm
This commit is contained in:
parent
2a0ed287b5
commit
4db6189451
1 changed files with 7 additions and 2 deletions
|
|
@ -97,6 +97,12 @@ static NSString *accessGroupID() {
|
||||||
- (BOOL)disableAfmaIdfaCollection { return NO; }
|
- (BOOL)disableAfmaIdfaCollection { return NO; }
|
||||||
%end
|
%end
|
||||||
|
|
||||||
|
%hook YTRightNavigationButtons
|
||||||
|
- (void)setDynamicButtons:(id)buttons {
|
||||||
|
%orig(YES);
|
||||||
|
}
|
||||||
|
%end
|
||||||
|
|
||||||
// Reposition "Create" Tab to the Center in the Pivot Bar - qnblackcat/uYouPlus#107
|
// Reposition "Create" Tab to the Center in the Pivot Bar - qnblackcat/uYouPlus#107
|
||||||
/*
|
/*
|
||||||
static void repositionCreateTab(YTIGuideResponse *response) {
|
static void repositionCreateTab(YTIGuideResponse *response) {
|
||||||
|
|
@ -871,8 +877,7 @@ static void replaceTab(YTIGuideResponse *response) {
|
||||||
}
|
}
|
||||||
%end
|
%end
|
||||||
|
|
||||||
// Hide Channel Watermark
|
// Hide Channel Watermark - Deprecated Version
|
||||||
// Hide Channel Watermark (for Backwards Compatibility)
|
|
||||||
%hook YTAnnotationsViewController
|
%hook YTAnnotationsViewController
|
||||||
- (void)loadFeaturedChannelWatermark {
|
- (void)loadFeaturedChannelWatermark {
|
||||||
if (IsEnabled(@"hideChannelWatermark_enabled")) {}
|
if (IsEnabled(@"hideChannelWatermark_enabled")) {}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue