mirror of
https://github.com/arichornlover/uYouEnhanced.git
synced 2026-05-11 12:30:50 +00:00
Fix “Hide SponsorBlock Button” not working
This commit is contained in:
parent
f25bdf277a
commit
8d5b63e77e
1 changed files with 1 additions and 1 deletions
|
|
@ -984,7 +984,7 @@ static int contrastMode() {
|
||||||
if (IS_ENABLED(@"hideNotificationButton_enabled")) {
|
if (IS_ENABLED(@"hideNotificationButton_enabled")) {
|
||||||
self.notificationButton.hidden = YES;
|
self.notificationButton.hidden = YES;
|
||||||
}
|
}
|
||||||
if (IS_ENABLED(@"hideSponsorBlockButton_enabled")) {
|
if (IS_ENABLED(kHideiSponsorBlockButton)) {
|
||||||
self.sponsorBlockButton.hidden = YES;
|
self.sponsorBlockButton.hidden = YES;
|
||||||
self.sponsorBlockButton.frame = CGRectZero;
|
self.sponsorBlockButton.frame = CGRectZero;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue