Skip to content

Commit

Permalink
Fix “Hide SponsorBlock Button” not working
Browse files Browse the repository at this point in the history
  • Loading branch information
arichornlover authored Nov 5, 2024
1 parent f25bdf2 commit 8d5b63e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/uYouPlus.xm
Original file line number Diff line number Diff line change
Expand Up @@ -984,7 +984,7 @@ static int contrastMode() {
if (IS_ENABLED(@"hideNotificationButton_enabled")) {
self.notificationButton.hidden = YES;
}
if (IS_ENABLED(@"hideSponsorBlockButton_enabled")) {
if (IS_ENABLED(kHideiSponsorBlockButton)) {
self.sponsorBlockButton.hidden = YES;
self.sponsorBlockButton.frame = CGRectZero;
}
Expand Down

0 comments on commit 8d5b63e

Please sign in to comment.