mirror of
https://github.com/YTLitePlus/YTLitePlus.git
synced 2026-04-21 07:01:58 +00:00
Update LowContrastMode.xm
This commit is contained in:
parent
607ac6fee7
commit
8593539c3f
1 changed files with 1 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
#import "../YTLitePlus.h"
|
#import "../YTLitePlus.h"
|
||||||
|
|
||||||
// Low Contrast Mode
|
// Low Contrast Mode - @arichornlover
|
||||||
static int contrastMode() {
|
static int contrastMode() {
|
||||||
return [[NSUserDefaults standardUserDefaults] integerForKey:@"lcm"];
|
return [[NSUserDefaults standardUserDefaults] integerForKey:@"lcm"];
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue