mirror of
https://github.com/arichornlover/uYouEnhanced.git
synced 2026-04-20 06:42:10 +00:00
Update uYouPlus.xm
This commit is contained in:
parent
4b464a87e3
commit
d6fcb18a74
1 changed files with 6 additions and 0 deletions
|
|
@ -823,6 +823,12 @@ UIColor* raisedColor = [UIColor colorWithRed:0.035 green:0.035 blue:0.035 alpha:
|
|||
}
|
||||
%end
|
||||
|
||||
%hook YTAsyncCollectionView
|
||||
- (UIColor *)darkBackgroundColor {
|
||||
return isDarkMode() ? [UIColor blackColor] : %orig;
|
||||
}
|
||||
%end
|
||||
|
||||
// Explore
|
||||
%hook ASScrollView
|
||||
- (void)didMoveToWindow {
|
||||
|
|
|
|||
Loading…
Reference in a new issue