Update uYouPlus.xm

This commit is contained in:
BandarHelal
2023-04-21 10:54:58 +03:00
committed by GitHub
parent 4b464a87e3
commit d6fcb18a74
+6
View File
@@ -823,6 +823,12 @@ UIColor* raisedColor = [UIColor colorWithRed:0.035 green:0.035 blue:0.035 alpha:
} }
%end %end
%hook YTAsyncCollectionView
- (UIColor *)darkBackgroundColor {
return isDarkMode() ? [UIColor blackColor] : %orig;
}
%end
// Explore // Explore
%hook ASScrollView %hook ASScrollView
- (void)didMoveToWindow { - (void)didMoveToWindow {