mirror of
https://github.com/arichornlover/uYouEnhanced.git
synced 2026-01-11 22:40:19 +00:00
LowContrastMode v1.7.0.3
This commit is contained in:
parent
b321656750
commit
c2ef300935
1 changed files with 1 additions and 1 deletions
|
|
@ -51,7 +51,7 @@ static UIColor *getCustomContrastColor() {
|
|||
UIColor *baseColor = lowContrastMode() ? kLowContrastColor : customContrastMode() ? getCustomContrastColor() : kDefaultTextColor; \
|
||||
return alpha < 1.0 ? [baseColor colorWithAlphaComponent:alpha] : baseColor; \
|
||||
} \
|
||||
return %orig; \
|
||||
return [super method]; \
|
||||
}
|
||||
|
||||
%group gLowContrastMode // Low Contrast Mode v1.7.0 (Compatible with only YouTube v19.01.1-v20.21.6)
|
||||
|
|
|
|||
Loading…
Reference in a new issue