mirror of
https://github.com/inotia00/revanced-patches.git
synced 2025-05-29 05:10:20 +02:00
feat(YouTube/Hide description components): add Hide shopping links
settings
This commit is contained in:
parent
0e5ef6b4bc
commit
c3be822232
@ -515,6 +515,9 @@ Some components may not be hidden."</string>
|
|||||||
<string name="revanced_hide_self_sponsor_cards_summary_off">Self sponsored cards are shown.</string>
|
<string name="revanced_hide_self_sponsor_cards_summary_off">Self sponsored cards are shown.</string>
|
||||||
<string name="revanced_hide_self_sponsor_cards_summary_on">Self sponsored cards are hidden.</string>
|
<string name="revanced_hide_self_sponsor_cards_summary_on">Self sponsored cards are hidden.</string>
|
||||||
<string name="revanced_hide_self_sponsor_cards_title">Hide self sponsored cards</string>
|
<string name="revanced_hide_self_sponsor_cards_title">Hide self sponsored cards</string>
|
||||||
|
<string name="revanced_hide_shopping_links_summary_off">Shopping links are shown.</string>
|
||||||
|
<string name="revanced_hide_shopping_links_summary_on">Shopping links are hidden.</string>
|
||||||
|
<string name="revanced_hide_shopping_links_title">Hide shopping links</string>
|
||||||
<string name="revanced_hide_shorts_button_summary_off">Shorts button is shown.</string>
|
<string name="revanced_hide_shorts_button_summary_off">Shorts button is shown.</string>
|
||||||
<string name="revanced_hide_shorts_button_summary_on">Shorts button is hidden.</string>
|
<string name="revanced_hide_shorts_button_summary_on">Shorts button is hidden.</string>
|
||||||
<string name="revanced_hide_shorts_button_title">Hide shorts button</string>
|
<string name="revanced_hide_shorts_button_title">Hide shorts button</string>
|
||||||
|
@ -261,6 +261,7 @@
|
|||||||
<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_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_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_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_shopping_links_title" android:key="revanced_hide_shopping_links" android:defaultValue="true" android:summaryOn="@string/revanced_hide_shopping_links_summary_on" android:summaryOff="@string/revanced_hide_shopping_links_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 -->
|
<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
|
<!-- PREFERENCE: GENERAL_SETTINGS
|
||||||
|
Loading…
x
Reference in New Issue
Block a user