feat(YouTube - Hide layout components): Add "Hide cell divider", "Hide featured links", and "Hide featured videos" options (#6335)
Co-authored-by: oSumAtrIX <johan.melkonyan1@web.de>
This commit is contained in:
parent
a0ec4c07f7
commit
a5d197b977
6 changed files with 57 additions and 18 deletions
|
|
@ -223,6 +223,9 @@ However, enabling this will also log some user data such as your IP address."</s
|
|||
<string name="revanced_hide_artist_cards_title">Hide artist cards</string>
|
||||
<string name="revanced_hide_artist_cards_summary_on">Artist cards are hidden</string>
|
||||
<string name="revanced_hide_artist_cards_summary_off">Artist cards are shown</string>
|
||||
<string name="revanced_hide_cell_divider_title">Hide cell divider</string>
|
||||
<string name="revanced_hide_cell_divider_summary_on">Cell divider (Visual space) is hidden</string>
|
||||
<string name="revanced_hide_cell_divider_summary_off">Cell divider (Visual space) is shown</string>
|
||||
<string name="revanced_hide_chips_shelf_title">Hide chips shelf</string>
|
||||
<string name="revanced_hide_chips_shelf_summary_on">Chips shelf is hidden</string>
|
||||
<string name="revanced_hide_chips_shelf_summary_off">Chips shelf is shown</string>
|
||||
|
|
@ -346,18 +349,21 @@ If a Doodle is currently showing in your region and this hide setting is on, the
|
|||
<string name="revanced_hide_podcast_section_title">Hide \'Explore the podcast\'</string>
|
||||
<string name="revanced_hide_podcast_section_summary_on">Explore the podcast section is hidden</string>
|
||||
<string name="revanced_hide_podcast_section_summary_off">Explore the podcast section is shown</string>
|
||||
<string name="revanced_hide_featured_section_title">Hide Featured content</string>
|
||||
<string name="revanced_hide_featured_section_summary_on">Featured content section is hidden</string>
|
||||
<string name="revanced_hide_featured_section_summary_off">Featured content section is shown</string>
|
||||
<string name="revanced_hide_featured_links_section_title">Hide Featured links</string>
|
||||
<string name="revanced_hide_featured_links_section_summary_on">Featured links section is hidden</string>
|
||||
<string name="revanced_hide_featured_links_section_summary_off">Featured links section is shown</string>
|
||||
<string name="revanced_hide_featured_videos_section_title">Hide Featured videos</string>
|
||||
<string name="revanced_hide_featured_videos_section_summary_on">Featured videos section is hidden</string>
|
||||
<string name="revanced_hide_featured_videos_section_summary_off">Featured videos section is shown</string>
|
||||
<string name="revanced_hide_info_cards_section_title">Hide Info cards</string>
|
||||
<string name="revanced_hide_info_cards_section_summary_on">Info cards section is hidden</string>
|
||||
<string name="revanced_hide_info_cards_section_summary_off">Info cards section is shown</string>
|
||||
<string name="revanced_hide_key_concepts_section_title">Hide \'Key concepts\'</string>
|
||||
<string name="revanced_hide_key_concepts_section_summary_on">Key concepts section is hidden</string>
|
||||
<string name="revanced_hide_key_concepts_section_summary_off">Key concepts section is shown</string>
|
||||
<string name="revanced_hide_description_subscribe_button_title">Hide Subscribe button</string>
|
||||
<string name="revanced_hide_description_subscribe_button_summary_on">Subscribe button is hidden</string>
|
||||
<string name="revanced_hide_description_subscribe_button_summary_off">Subscribe button is shown</string>
|
||||
<string name="revanced_hide_subscribe_button_title">Hide Subscribe button</string>
|
||||
<string name="revanced_hide_subscribe_button_summary_on">Subscribe button is hidden</string>
|
||||
<string name="revanced_hide_subscribe_button_summary_off">Subscribe button is shown</string>
|
||||
<string name="revanced_hide_transcript_section_title">Hide Transcript</string>
|
||||
<string name="revanced_hide_transcript_section_summary_on">Transcript section is hidden</string>
|
||||
<string name="revanced_hide_transcript_section_summary_off">Transcript section is shown</string>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue