From f8bee87de1f2536686d8e31e82e48120d285ff4f Mon Sep 17 00:00:00 2001 From: arichornlover <78001398+arichornlover@users.noreply.github.com> Date: Thu, 14 Mar 2024 00:39:01 -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 d167160..c7ab66e 100644 --- a/Sources/uYouPlus.xm +++ b/Sources/uYouPlus.xm @@ -970,7 +970,7 @@ static BOOL findCell(ASNodeController *nodeController, NSArray *ide return CGSizeZero; } - if (IS_ENABLED(@"hideThanksButton_enabled") && findCell(nodeController, @[@"thanks_button.eml"])) { + if (IS_ENABLED(@"hideThanksButton_enabled") && findCell(nodeController, @[@"Thanks"])) { return CGSizeZero; }