Update uYouPlus.xm

This commit is contained in:
arichornlover 2023-11-26 00:15:18 -06:00 committed by GitHub
parent beb9dcbd13
commit 8f68e0c363
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,5 +1,8 @@
#import "uYouPlus.h"
static BOOL IsEnabled(NSString *key) {
return [[NSUserDefaults standardUserDefaults] boolForKey:key];
}
static int youtubeLogo() {
return [[NSUserDefaults standardUserDefaults] integerForKey:@"ytlogo"];
}