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