mirror of
https://github.com/arichornlover/uYouEnhanced.git
synced 2026-04-19 09:52:05 +00:00
Update uYouPlus.xm
This commit is contained in:
parent
d8a0f921a4
commit
359ce0e29d
1 changed files with 5 additions and 5 deletions
10
uYouPlus.xm
10
uYouPlus.xm
|
|
@ -815,7 +815,7 @@ static void replaceTab(YTIGuideResponse *response) {
|
|||
|
||||
%hook YTReelWatchRootViewController
|
||||
- (void)setPausedStateCarouselView {
|
||||
if (IsEnabled(@"hideSubcriptions_enabled")) {}
|
||||
if (IsEnabled(@"hideSubscriptions_enabled")) {}
|
||||
else { return %orig; }
|
||||
}
|
||||
%end
|
||||
|
|
@ -830,7 +830,7 @@ static void replaceTab(YTIGuideResponse *response) {
|
|||
%group gDisableDontEatMyContentSection // DontEatMyContent
|
||||
%hook YTSettingsSectionItemManager
|
||||
- (void)updateDEMCSectionWithEntry:(id)arg1 {
|
||||
[arg1 setEnabled:NO];
|
||||
[arg1 setEnabled:YES];
|
||||
}
|
||||
%end
|
||||
%end
|
||||
|
|
@ -838,7 +838,7 @@ static void replaceTab(YTIGuideResponse *response) {
|
|||
%group gDisableReturnYouTubeDislikeSection // Return YouTube Dislike
|
||||
%hook YTSettingsSectionItemManager
|
||||
- (void)updateRYDSectionWithEntry:(id)arg1 {
|
||||
[arg1 setEnabled:NO];
|
||||
[arg1 setEnabled:YES];
|
||||
}
|
||||
%end
|
||||
%end
|
||||
|
|
@ -846,12 +846,12 @@ static void replaceTab(YTIGuideResponse *response) {
|
|||
%group gDisableYouPiPSection // YouPiP
|
||||
%hook YTSettingsSectionItemManager
|
||||
- (void)updateYouPiPSectionWithEntry:(id)arg1 {
|
||||
[arg1 setEnabled:NO];
|
||||
[arg1 setEnabled:YES];
|
||||
}
|
||||
%end
|
||||
%end
|
||||
|
||||
%group gDisableTryNewFeaturesSection // Try New Features
|
||||
%group gDisableTryNewFeaturesSection // Try New Features
|
||||
%hook YTSettingsSectionItemManager
|
||||
- (void)updatePremiumEarlyAccessSectionWithEntry:(id)arg1 {}
|
||||
%end
|
||||
|
|
|
|||
Loading…
Reference in a new issue