mirror of
https://github.com/arichornlover/uYouEnhanced.git
synced 2026-04-19 05:42:10 +00:00
Update Settings.xm
This commit is contained in:
parent
ade503ebb3
commit
986be79147
1 changed files with 2 additions and 2 deletions
|
|
@ -1644,9 +1644,9 @@ extern NSBundle *uYouPlusBundle();
|
|||
[YTSettingsSectionItemClass switchItemWithTitle:LOC(@"Hide the comment section under player")
|
||||
titleDescription:LOC(@"Hides the Comment Section below the player.")
|
||||
accessibilityIdentifier:nil
|
||||
switchOn:IsEnabled(@"noCommentSection_enabled")
|
||||
switchOn:IsEnabled(@"hideCommentSection_enabled")
|
||||
switchBlock:^BOOL (YTSettingsCell *cell, BOOL enabled) {
|
||||
[[NSUserDefaults standardUserDefaults] setBool:enabled forKey:@"noCommentSection_enabled"];
|
||||
[[NSUserDefaults standardUserDefaults] setBool:enabled forKey:@"hideCommentSection_enabled"];
|
||||
return YES;
|
||||
}
|
||||
settingItemId:0],
|
||||
|
|
|
|||
Loading…
Reference in a new issue