mirror of
https://github.com/arichornlover/uYouEnhanced.git
synced 2026-04-21 03:32:08 +00:00
fix spelling errors (LowContrastMode)
This commit is contained in:
parent
4c92078d36
commit
0c9d855bc7
1 changed files with 2 additions and 2 deletions
|
|
@ -302,8 +302,8 @@ UIColor *lcmHexColor;
|
||||||
%end
|
%end
|
||||||
%hook YTRightNavigationButtons // iSponsorBlock
|
%hook YTRightNavigationButtons // iSponsorBlock
|
||||||
- (NSMutableArray *)buttons {
|
- (NSMutableArray *)buttons {
|
||||||
NSMutableArray *buttons = %orig
|
NSMutableArray *buttons = %orig;
|
||||||
UIImage *image = [UIImage imageWithContentsOfFile:[tweakBundle pathForResource:@"sponsorblocksettings-20@2x" ofType:@"png"]];
|
UIImage *image = [UIImage imageWithContentsOfFile:[[NSBundle mainBundle] pathForResource:@"sponsorblocksettings-20@2x" ofType:@"png"]];
|
||||||
image = [image imageWithTintColor:[UIColor whiteColor] renderingMode:UIImageRenderingModeAlwaysTemplate];
|
image = [image imageWithTintColor:[UIColor whiteColor] renderingMode:UIImageRenderingModeAlwaysTemplate];
|
||||||
if (buttons.count > 0) {
|
if (buttons.count > 0) {
|
||||||
UIButton *sponsorBlockButton = buttons[0];
|
UIButton *sponsorBlockButton = buttons[0];
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue