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");