From 566ad93bf04f04f8d795b69dc07a05703a3df534 Mon Sep 17 00:00:00 2001 From: arichorn <78001398+arichorn@users.noreply.github.com> Date: Thu, 21 Sep 2023 18:32:50 -0500 Subject: [PATCH] Disable New Option I realized having this option in uYouPlusExtra will not work as intended sadly. --- Settings.xm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Settings.xm b/Settings.xm index bb5cc48..1d43aa2 100644 --- a/Settings.xm +++ b/Settings.xm @@ -1641,6 +1641,7 @@ extern NSBundle *uYouPlusBundle(); } settingItemId:0], +/* [YTSettingsSectionItemClass switchItemWithTitle:LOC(@"Hide the Download Button under player") titleDescription:LOC(@"Hides the Download Button below the player.") accessibilityIdentifier:nil @@ -1650,6 +1651,7 @@ extern NSBundle *uYouPlusBundle(); return YES; } settingItemId:0], +*/ [YTSettingsSectionItemClass switchItemWithTitle:LOC(@"Hide the comment section under player") titleDescription:LOC(@"Hides the Comment Section below the player.")