feat(YouTube/Hide description components): add Hide podcast sections settings

This commit is contained in:
inotia00 2023-11-18 02:15:35 +09:00
parent 64a1057009
commit 35988a5500
2 changed files with 4 additions and 0 deletions

View File

@ -469,6 +469,9 @@ Some components may not be hidden."</string>
<string name="revanced_hide_player_flyout_panel_watch_in_vr_summary_off">Watch in VR menu is shown.</string>
<string name="revanced_hide_player_flyout_panel_watch_in_vr_summary_on">Watch in VR menu is hidden.</string>
<string name="revanced_hide_player_flyout_panel_watch_in_vr_title">Hide watch in VR menu</string>
<string name="revanced_hide_podcast_section_summary_off">Podcast sections are shown.</string>
<string name="revanced_hide_podcast_section_summary_on">Podcast sections are hidden.</string>
<string name="revanced_hide_podcast_section_title">Hide podcast sections</string>
<string name="revanced_hide_preview_comment_off">Preview comment is shown.</string>
<string name="revanced_hide_preview_comment_on">Preview comment is hidden.</string>
<string name="revanced_hide_preview_comment_title">Hide preview comment</string>

View File

@ -256,6 +256,7 @@
<SwitchPreference android:title="@string/revanced_hide_info_cards_section_title" android:key="revanced_hide_info_cards_section" android:defaultValue="false" android:summaryOn="@string/revanced_hide_info_cards_section_summary_on" android:summaryOff="@string/revanced_hide_info_cards_section_summary_off" />
<SwitchPreference android:title="@string/revanced_hide_music_section_title" android:key="revanced_hide_music_section" android:defaultValue="false" android:summaryOn="@string/revanced_hide_music_section_summary_on" android:summaryOff="@string/revanced_hide_music_section_summary_off" />
<SwitchPreference android:title="@string/revanced_hide_place_section_title" android:key="revanced_hide_place_section" android:defaultValue="false" android:summaryOn="@string/revanced_hide_place_section_summary_on" android:summaryOff="@string/revanced_hide_place_section_summary_off" />
<SwitchPreference android:title="@string/revanced_hide_podcast_section_title" android:key="revanced_hide_podcast_section" android:defaultValue="false" android:summaryOn="@string/revanced_hide_podcast_section_summary_on" android:summaryOff="@string/revanced_hide_podcast_section_summary_off" />
<SwitchPreference android:title="@string/revanced_hide_transcript_section_title" android:key="revanced_hide_transcript_section" android:defaultValue="false" android:summaryOn="@string/revanced_hide_transcript_section_summary_on" android:summaryOff="@string/revanced_hide_transcript_section_summary_off" />SETTINGS: HIDE_DESCRIPTION_COMPONENTS -->
<!-- PREFERENCE: GENERAL_SETTINGS