Remove button gap?

This commit is contained in:
arichornlover 2024-02-22 00:22:06 -06:00 committed by GitHub
parent ebe293aef0
commit d46b519155
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -500,9 +500,11 @@ static NSString *accessGroupID() {
}
if (IS_ENABLED(@"hideSponsorBlockButton_enabled")) {
self.sponsorBlockButton.hidden = YES;
self.sponsorBlockButton.frame = CGRectZero;
}
if (IS_ENABLED(@"hideuYouPlusButton_enabled")) {
self.uYouPlusButton.hidden = YES;
self.uYouPlusButton.frame = CGRectZero;
}
}
%end