mirror of
https://github.com/ReVanced/revanced-patches.git
synced 2024-11-10 01:01:56 +01:00
feat(YouTube - Description components): Add Hide 'Key concepts' section
option (#3495)
Co-authored-by: ILoveOpenSourceApplications <ILoveOpenSourceApplications@users.noreply.github.com>
This commit is contained in:
parent
36442a372a
commit
d75b64595a
2 changed files with 4 additions and 0 deletions
|
@ -97,6 +97,7 @@ object HideLayoutComponentsPatch : BytecodePatch(
|
||||||
SwitchPreference("revanced_hide_attributes_section"),
|
SwitchPreference("revanced_hide_attributes_section"),
|
||||||
SwitchPreference("revanced_hide_chapters_section"),
|
SwitchPreference("revanced_hide_chapters_section"),
|
||||||
SwitchPreference("revanced_hide_info_cards_section"),
|
SwitchPreference("revanced_hide_info_cards_section"),
|
||||||
|
SwitchPreference("revanced_hide_key_concepts_section"),
|
||||||
SwitchPreference("revanced_hide_podcast_section"),
|
SwitchPreference("revanced_hide_podcast_section"),
|
||||||
SwitchPreference("revanced_hide_transcript_section"),
|
SwitchPreference("revanced_hide_transcript_section"),
|
||||||
),
|
),
|
||||||
|
|
|
@ -213,6 +213,9 @@ This is because Crowdin requires temporarily flattening this file and removing t
|
||||||
<string name="revanced_hide_info_cards_section_title">Hide info cards section</string>
|
<string name="revanced_hide_info_cards_section_title">Hide info cards section</string>
|
||||||
<string name="revanced_hide_info_cards_section_summary_on">Info cards section is hidden</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_info_cards_section_summary_off">Info cards section is shown</string>
|
||||||
|
<string name="revanced_hide_key_concepts_section_title">Hide \'Key concepts\' section</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_transcript_section_title">Hide Transcript section</string>
|
<string name="revanced_hide_transcript_section_title">Hide Transcript section</string>
|
||||||
<string name="revanced_hide_transcript_section_summary_on">Transcript section is hidden</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>
|
<string name="revanced_hide_transcript_section_summary_off">Transcript section is shown</string>
|
||||||
|
|
Loading…
Reference in a new issue