mirror of
https://github.com/ReVanced/revanced-patches.git
synced 2024-11-10 01:01:56 +01:00
feat(YouTube - Comments): Add Hide 'Create a Short' button
option (#3333)
Co-authored-by: ILoveOpenSourceApplications <ILoveOpenSourceApplications@users.noreply.github.com>
This commit is contained in:
parent
54ad0928b1
commit
be9e24420f
2 changed files with 4 additions and 0 deletions
|
@ -64,6 +64,7 @@ object CommentsPatch : ResourcePatch() {
|
||||||
preferences = setOf(
|
preferences = setOf(
|
||||||
SwitchPreference("revanced_hide_comments_by_members_header"),
|
SwitchPreference("revanced_hide_comments_by_members_header"),
|
||||||
SwitchPreference("revanced_hide_comments_section"),
|
SwitchPreference("revanced_hide_comments_section"),
|
||||||
|
SwitchPreference("revanced_hide_comments_create_a_short_button"),
|
||||||
SwitchPreference("revanced_hide_comments_preview_comment"),
|
SwitchPreference("revanced_hide_comments_preview_comment"),
|
||||||
SwitchPreference("revanced_hide_comments_thanks_button"),
|
SwitchPreference("revanced_hide_comments_thanks_button"),
|
||||||
SwitchPreference("revanced_hide_comments_timestamp_and_emoji_buttons")
|
SwitchPreference("revanced_hide_comments_timestamp_and_emoji_buttons")
|
||||||
|
|
|
@ -508,6 +508,9 @@
|
||||||
<string name="revanced_hide_comments_section_title">Hide comments section</string>
|
<string name="revanced_hide_comments_section_title">Hide comments section</string>
|
||||||
<string name="revanced_hide_comments_section_summary_on">Comments section is hidden</string>
|
<string name="revanced_hide_comments_section_summary_on">Comments section is hidden</string>
|
||||||
<string name="revanced_hide_comments_section_summary_off">Comments section is shown</string>
|
<string name="revanced_hide_comments_section_summary_off">Comments section is shown</string>
|
||||||
|
<string name="revanced_hide_comments_create_a_short_button_title">Hide \'Create a Short\' button</string>
|
||||||
|
<string name="revanced_hide_comments_create_a_short_button_summary_on">\'Create a Short\' button is hidden</string>
|
||||||
|
<string name="revanced_hide_comments_create_a_short_button_summary_off">\'Create a Short\' button is shown</string>
|
||||||
<string name="revanced_hide_comments_preview_comment_title">Hide preview comment</string>
|
<string name="revanced_hide_comments_preview_comment_title">Hide preview comment</string>
|
||||||
<string name="revanced_hide_comments_preview_comment_summary_on">Preview comment is hidden</string>
|
<string name="revanced_hide_comments_preview_comment_summary_on">Preview comment is hidden</string>
|
||||||
<string name="revanced_hide_comments_preview_comment_summary_off">Preview comment is shown</string>
|
<string name="revanced_hide_comments_preview_comment_summary_off">Preview comment is shown</string>
|
||||||
|
|
Loading…
Reference in a new issue