mirror of
https://github.com/arichornlover/uYouEnhanced.git
synced 2026-04-12 11:20:22 +00:00
Fixed Hide Indicators Option
This commit is contained in:
parent
426388c224
commit
cf5c6e0ccd
1 changed files with 6 additions and 0 deletions
|
|
@ -1330,6 +1330,12 @@ static BOOL findCell(ASNodeController *nodeController, NSArray <NSString *> *ide
|
|||
%orig([UIColor clearColor]);
|
||||
}
|
||||
%end
|
||||
%hook YTCountView
|
||||
- (void)removeFromSuperview {
|
||||
[self setHidden:YES];
|
||||
%orig();
|
||||
}
|
||||
%end
|
||||
%end
|
||||
|
||||
# pragma mark - ctor
|
||||
|
|
|
|||
Loading…
Reference in a new issue