mirror of
https://github.com/arichornlover/uYouEnhanced.git
synced 2026-04-21 16:02:00 +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()) { \
|
if (lowContrastMode()) { \
|
||||||
return kLowContrastColor; \
|
return kLowContrastColor; \
|
||||||
} \
|
} \
|
||||||
return %orig; \
|
return [super method]; \
|
||||||
}
|
}
|
||||||
|
|
||||||
#define HOOK_CCM_COLOR_METHOD(method) \
|
#define HOOK_CCM_COLOR_METHOD(method) \
|
||||||
|
|
@ -41,7 +41,7 @@ static UIColor *getCustomContrastColor() {
|
||||||
if (customContrastMode()) { \
|
if (customContrastMode()) { \
|
||||||
return getCustomContrastColor(); \
|
return getCustomContrastColor(); \
|
||||||
} \
|
} \
|
||||||
return %orig; \
|
return [super method]; \
|
||||||
}
|
}
|
||||||
|
|
||||||
// Shared Palette Hook Macro
|
// Shared Palette Hook Macro
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue