readded removed commits

This commit is contained in:
Balackburn
2024-02-13 20:42:20 +01:00
parent a3d1a1e31a
commit 0e7d114635
3 changed files with 17 additions and 3 deletions

View File

@@ -112,6 +112,13 @@ UIColor* raisedColor = [UIColor colorWithRed:0.035 green:0.035 blue:0.035 alpha:
}
%end
// Hide separators
%hook YTCollectionSeparatorView
- (void)setHidden:(BOOL)arg1 {
%orig(YES);
}
%end
// Explore
%hook ASScrollView
- (void)didMoveToWindow {
@@ -355,6 +362,13 @@ UIColor *customHexColor;
}
%end
// Hide separators
%hook YTCollectionSeparatorView
- (void)setHidden:(BOOL)arg1 {
%orig(YES);
}
%end
// Explore
%hook ASScrollView
- (void)didMoveToWindow {