mirror of
https://github.com/arichornlover/uYouEnhanced.git
synced 2026-04-12 11:20:22 +00:00
Add missing YouTube Logo stuff
This commit is contained in:
parent
1804a2cfa5
commit
d04cf5a24d
1 changed files with 3 additions and 0 deletions
|
|
@ -15,6 +15,9 @@ static int GetSelection(NSString *key) {
|
|||
static int contrastMode() {
|
||||
return [[NSUserDefaults standardUserDefaults] integerForKey:@"lcm"];
|
||||
}
|
||||
static int youtubeLogo() {
|
||||
return [[NSUserDefaults standardUserDefaults] integerForKey:@"ytlogo"];
|
||||
}
|
||||
static int appVersionSpoofer() {
|
||||
return [[NSUserDefaults standardUserDefaults] integerForKey:@"versionSpoofer"];
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue