Fix Hide iSponsorBlock Button

This commit is contained in:
arichornlover 2024-02-24 17:09:06 -06:00 committed by GitHub
parent e09ee6ddc6
commit 555ae56d4b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -635,6 +635,7 @@ static BOOL didFinishLaunching;
}
if (IsEnabled(@"hideSponsorBlockButton_enabled")) {
self.sponsorBlockButton.hidden = YES;
self.sponsorBlockButton.frame = CGRectZero;
}
}
%end