Fixed Hide Indicators Option

This commit is contained in:
arichornlover 2024-04-27 13:17:48 -05:00 committed by GitHub
parent 426388c224
commit cf5c6e0ccd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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