mirror of
https://github.com/inotia00/revanced-patches.git
synced 2025-05-20 16:27:17 +02:00
feat(YouTube/Hide description components): add Hide podcast sections
settings
This commit is contained in:
parent
64a1057009
commit
35988a5500
@ -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>
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user