Skip to content

Commit

Permalink
Update uYouPlus.xm
Browse files Browse the repository at this point in the history
  • Loading branch information
aricloverALT authored Aug 26, 2024
1 parent c6496e2 commit 60f3dbb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Sources/uYouPlus.xm
Original file line number Diff line number Diff line change
Expand Up @@ -244,6 +244,7 @@ static NSMutableArray <YTIItemSectionRenderer *> *filteredArray(NSArray <YTIItem
%end
%end

/*
// Settings Menu with Blur Style - @arichornlover
%group gSettingsStyle
%hook YTWrapperSplitView
Expand All @@ -262,6 +263,7 @@ static NSMutableArray <YTIItemSectionRenderer *> *filteredArray(NSArray <YTIItem
}
%end
%end
*/

// Hide YouTube Logo - @dayanch96
%group gHideYouTubeLogo
Expand Down Expand Up @@ -1708,9 +1710,11 @@ static BOOL findCell(ASNodeController *nodeController, NSArray <NSString *> *ide
// dlopen([[NSString stringWithFormat:@"%@/Frameworks/uYou.dylib", [[NSBundle mainBundle] bundlePath]] UTF8String], RTLD_LAZY);

%init;
/*
if (IS_ENABLED(@"settingsStyle_enabled")) {
%init(gSettingsStyle);
}
*/
if (IS_ENABLED(@"hideYouTubeLogo_enabled")) {
%init(gHideYouTubeLogo);
}
Expand Down

0 comments on commit 60f3dbb

Please sign in to comment.