mirror of
https://github.com/arichornlover/uYouEnhanced.git
synced 2026-04-20 19:12:06 +00:00
Update LowContrastMode.xm
This commit is contained in:
parent
bd0aedb4a9
commit
1b158afa30
1 changed files with 0 additions and 2 deletions
|
|
@ -7,11 +7,9 @@ static int contrastMode() {
|
|||
static BOOL lowContrastMode() {
|
||||
return IS_ENABLED(@"lowContrastMode_enabled") && contrastMode() == 0;
|
||||
}
|
||||
/*
|
||||
static BOOL customContrastMode() {
|
||||
return IS_ENABLED(@"lowContrastMode_enabled") && contrastMode() == 1;
|
||||
}
|
||||
*/
|
||||
|
||||
UIColor *lcmHexColor;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue