mirror of
https://github.com/arichornlover/uYouEnhanced.git
synced 2026-04-20 10:52:07 +00:00
Remove button gap?
This commit is contained in:
parent
ebe293aef0
commit
d46b519155
1 changed files with 2 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue