LowContrastMode v1.7.0.3

This commit is contained in:
aricloverEXTRA 2025-06-09 08:27:54 -05:00 committed by GitHub
parent b321656750
commit c2ef300935
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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)