LowContrastMode v1.7.0.2

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

View file

@ -33,7 +33,7 @@ static UIColor *getCustomContrastColor() {
if (lowContrastMode()) { \
return kLowContrastColor; \
} \
return %orig; \
return [super method]; \
}
#define HOOK_CCM_COLOR_METHOD(method) \
@ -41,7 +41,7 @@ static UIColor *getCustomContrastColor() {
if (customContrastMode()) { \
return getCustomContrastColor(); \
} \
return %orig; \
return [super method]; \
}
// Shared Palette Hook Macro