Update uYouPlus.xm

This commit is contained in:
arichornlover 2024-03-14 00:39:01 -05:00 committed by GitHub
parent 0896484814
commit f8bee87de1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -970,7 +970,7 @@ static BOOL findCell(ASNodeController *nodeController, NSArray <NSString *> *ide
return CGSizeZero;
}
if (IS_ENABLED(@"hideThanksButton_enabled") && findCell(nodeController, @[@"thanks_button.eml"])) {
if (IS_ENABLED(@"hideThanksButton_enabled") && findCell(nodeController, @[@"Thanks"])) {
return CGSizeZero;
}