mirror of
https://github.com/arichornlover/uYouEnhanced.git
synced 2026-04-05 00:19:56 +00:00
Update Settings.xm
This commit is contained in:
parent
3d2310589a
commit
c1e75b443c
1 changed files with 10 additions and 0 deletions
10
Settings.xm
10
Settings.xm
|
|
@ -1643,6 +1643,16 @@ extern NSBundle *uYouPlusBundle();
|
|||
}
|
||||
settingItemId:0],
|
||||
|
||||
[YTSettingsSectionItemClass switchItemWithTitle:LOC(@"Hide Header Links under Channel Profile")
|
||||
titleDescription:LOC(@"Hides the Header Links under any Channel Profile.")
|
||||
accessibilityIdentifier:nil
|
||||
switchOn:IsEnabled(@"hideChannelHeaderLinks_enabled")
|
||||
switchBlock:^BOOL (YTSettingsCell *cell, BOOL enabled) {
|
||||
[[NSUserDefaults standardUserDefaults] setBool:enabled forKey:@"hideChannelHeaderLinks_enabled"];
|
||||
return YES;
|
||||
}
|
||||
settingItemId:0],
|
||||
|
||||
/*
|
||||
[YTSettingsSectionItemClass switchItemWithTitle:LOC(@"Hide the Download Button under player")
|
||||
titleDescription:LOC(@"Hides the Download Button below the player.")
|
||||
|
|
|
|||
Loading…
Reference in a new issue