From 54e3403b22b11bf4af1d028669a332560c06e9cf Mon Sep 17 00:00:00 2001 From: arichornlover <78001398+arichorn@users.noreply.github.com> Date: Thu, 28 Dec 2023 14:36:48 -0600 Subject: [PATCH] Fix an option header MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit App Settings Overlay Options needed itโ€™s own header ๐Ÿ˜… --- Settings.xm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Settings.xm b/Settings.xm index cf66b86..4cd6616 100644 --- a/Settings.xm +++ b/Settings.xm @@ -228,6 +228,8 @@ extern NSBundle *uYouPlusBundle(); SWITCH_ITEM(LOC(@"Hide the comment section under player"), LOC(@"Hides the Comment Section below the player."), @"hideCommentSection_enabled"); # pragma mark - App settings overlay options + SECTION_HEADER(LOC(@"App Settings Overlay Options")); + SWITCH_ITEM2(LOC(@"Hide `Account` Section"), LOC(@"App restart is required."), @"disableAccountSection_enabled"); // SWITCH_ITEM2(LOC(@"Hide `DontEatMyContent` Section"), LOC(@"App restart is required."), @"disableDontEatMyContentSection_enabled"); // SWITCH_ITEM2(LOC(@"Hide `YouTube Return Dislike` Section"), LOC(@"App restart is required."), @"disableReturnYouTubeDislikeSection_enabled");