From cf5c6e0ccd07421d0637f34550c12cd0408fc2b7 Mon Sep 17 00:00:00 2001 From: arichornlover <78001398+arichornlover@users.noreply.github.com> Date: Sat, 27 Apr 2024 13:17:48 -0500 Subject: [PATCH] Fixed `Hide Indicators` Option --- Sources/uYouPlus.xm | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Sources/uYouPlus.xm b/Sources/uYouPlus.xm index ec79488..4fea6af 100644 --- a/Sources/uYouPlus.xm +++ b/Sources/uYouPlus.xm @@ -1330,6 +1330,12 @@ static BOOL findCell(ASNodeController *nodeController, NSArray *ide %orig([UIColor clearColor]); } %end +%hook YTCountView +- (void)removeFromSuperview { + [self setHidden:YES]; + %orig(); +} +%end %end # pragma mark - ctor