Update LowContrastMode.xm

This commit is contained in:
aric3435 (INACTIVE) 2024-10-29 18:55:38 -05:00 committed by GitHub
parent 607ac6fee7
commit 8593539c3f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,6 +1,6 @@
#import "../YTLitePlus.h"
// Low Contrast Mode
// Low Contrast Mode - @arichornlover
static int contrastMode() {
return [[NSUserDefaults standardUserDefaults] integerForKey:@"lcm"];
}