From 337d752cf049e03e6084f1439980ca8059265372 Mon Sep 17 00:00:00 2001 From: arichornlover <78001398+arichornlover@users.noreply.github.com> Date: Fri, 29 Mar 2024 18:41:47 -0500 Subject: [PATCH] Update uYouPlus.xm --- Sources/uYouPlus.xm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sources/uYouPlus.xm b/Sources/uYouPlus.xm index 955fecf..26c1746 100644 --- a/Sources/uYouPlus.xm +++ b/Sources/uYouPlus.xm @@ -888,7 +888,7 @@ BOOL isAd(YTIElementRenderer *self) { %orig; BOOL hideConnectButton = IS_ENABLED(@"hideConnectButton_enabled"); // BOOL hideShareButton = IS_ENABLED(@"hideShareButton_enabled"); // OLD -// BOOL hideRemixButton = IS_ENABLED(@"hideRemixButton_enabled"); // OLD + BOOL hideRemixButton = IS_ENABLED(@"hideRemixButton_enabled"); // OLD BOOL hideThanksButton = IS_ENABLED(@"hideThanksButton_enabled"); // BOOL hideAddToOfflineButton = IS_ENABLED(@"hideAddToOfflineButton_enabled"); // OLD // BOOL hideClipButton = IS_ENABLED(@"hideClipButton_enabled"); // OLD