Update LowContrastMode.xm

This commit is contained in:
arichornlover 2023-12-27 22:26:25 -06:00 committed by GitHub
parent bd0aedb4a9
commit 1b158afa30
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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