diff --git a/Source/LowContrastMode.xm b/Source/LowContrastMode.xm index 42514ec..ee69d02 100644 --- a/Source/LowContrastMode.xm +++ b/Source/LowContrastMode.xm @@ -1,6 +1,6 @@ #import "../YTLitePlus.h" -// Low Contrast Mode +// Low Contrast Mode - @arichornlover static int contrastMode() { return [[NSUserDefaults standardUserDefaults] integerForKey:@"lcm"]; }