mirror of
https://github.com/arichornlover/uYouEnhanced.git
synced 2026-01-11 22:40:19 +00:00
LowContrastMode v1.7.0.2
This commit is contained in:
parent
15e15f6a8c
commit
b321656750
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue