Fix Hide iSponsorBlock Button
This commit is contained in:
parent
e09ee6ddc6
commit
555ae56d4b
1 changed files with 1 additions and 0 deletions
|
|
@ -635,6 +635,7 @@ static BOOL didFinishLaunching;
|
||||||
}
|
}
|
||||||
if (IsEnabled(@"hideSponsorBlockButton_enabled")) {
|
if (IsEnabled(@"hideSponsorBlockButton_enabled")) {
|
||||||
self.sponsorBlockButton.hidden = YES;
|
self.sponsorBlockButton.hidden = YES;
|
||||||
|
self.sponsorBlockButton.frame = CGRectZero;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
%end
|
%end
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue