diff --git a/src/main/kotlin/app/revanced/patches/youtube/layout/hide/comments/CommentsPatch.kt b/src/main/kotlin/app/revanced/patches/youtube/layout/hide/comments/CommentsPatch.kt index 30a77742..20c93ce7 100644 --- a/src/main/kotlin/app/revanced/patches/youtube/layout/hide/comments/CommentsPatch.kt +++ b/src/main/kotlin/app/revanced/patches/youtube/layout/hide/comments/CommentsPatch.kt @@ -62,9 +62,11 @@ object CommentsPatch : ResourcePatch() { PreferenceScreen( "revanced_comments_screen", preferences = setOf( - SwitchPreference("revanced_hide_preview_comment"), + SwitchPreference("revanced_hide_comments_by_members_header"), SwitchPreference("revanced_hide_comments_section"), - SwitchPreference("revanced_hide_comment_timestamp_and_emoji_buttons") + SwitchPreference("revanced_hide_comments_preview_comment"), + SwitchPreference("revanced_hide_comments_thanks_button"), + SwitchPreference("revanced_hide_comments_timestamp_and_emoji_buttons") ), sorting = PreferenceScreen.Sorting.UNSORTED ) diff --git a/src/main/resources/addresources/values/strings.xml b/src/main/resources/addresources/values/strings.xml index 1a85eafc..8ab54f38 100644 --- a/src/main/resources/addresources/values/strings.xml +++ b/src/main/resources/addresources/values/strings.xml @@ -502,15 +502,21 @@ Comments Hide or show comments section components - Hide preview comment - Preview comment is hidden - Preview comment is shown + Hide \'Comments by members\' header + \'Comments by members\' header is hidden + \'Comments by members\' header is shown Hide comments section - Comment section is hidden - Comment section is shown - Hide timestamp and emoji buttons - Comment timestamp and emoji buttons are hidden - Comment timestamp and emoji buttons are shown + Comments section is hidden + Comments section is shown + Hide preview comment + Preview comment is hidden + Preview comment is shown + Hide thanks button + Thanks button is hidden + Thanks button is shown + Hide timestamp and emoji buttons + Timestamp and emoji buttons are hidden + Timestamp and emoji buttons are shown Hide crowdfunding box