mirror of
https://github.com/inotia00/revanced-patches.git
synced 2025-05-04 16:44:29 +02:00
feat(YouTube/Hide feed components): add Hide expandable shelves
setting
This commit is contained in:
parent
8db7d0e1c5
commit
6587ba7fee
@ -119,6 +119,9 @@ Tap here to learn more about DeArrow."</string>
|
||||
<string name="revanced_hide_expandable_chip_title">Hide expandable chip under videos</string>
|
||||
<string name="revanced_hide_expandable_chip_summary_on">Expandable chips are hidden.</string>
|
||||
<string name="revanced_hide_expandable_chip_summary_off">Expandable chips are shown.</string>
|
||||
<string name="revanced_hide_expandable_shelf_title">Hide expandable shelves</string>
|
||||
<string name="revanced_hide_expandable_shelf_summary_on">Expandable shelves are hidden.</string>
|
||||
<string name="revanced_hide_expandable_shelf_summary_off">Expandable shelves are shown.</string>
|
||||
<string name="revanced_hide_feed_captions_button_title">Hide feed captions button</string>
|
||||
<string name="revanced_hide_feed_captions_button_on">Captions button is hidden.</string>
|
||||
<string name="revanced_hide_feed_captions_button_off">Captions button is shown.</string>
|
||||
|
@ -101,6 +101,7 @@
|
||||
<SwitchPreference android:title="@string/revanced_hide_carousel_shelf_title" android:key="revanced_hide_carousel_shelf" android:summary="@string/revanced_hide_carousel_shelf_summary" />
|
||||
<SwitchPreference android:title="@string/revanced_hide_chips_shelf_title" android:key="revanced_hide_chips_shelf" android:summaryOn="@string/revanced_hide_chips_shelf_on" android:summaryOff="@string/revanced_hide_chips_shelf_off" />
|
||||
<SwitchPreference android:title="@string/revanced_hide_expandable_chip_title" android:key="revanced_hide_expandable_chip" android:summaryOn="@string/revanced_hide_expandable_chip_summary_on" android:summaryOff="@string/revanced_hide_expandable_chip_summary_off" />
|
||||
<SwitchPreference android:title="@string/revanced_hide_expandable_shelf_title" android:key="revanced_hide_expandable_shelf" android:summaryOn="@string/revanced_hide_expandable_shelf_summary_on" android:summaryOff="@string/revanced_hide_expandable_shelf_summary_off" />
|
||||
<SwitchPreference android:title="@string/revanced_hide_feed_captions_button_title" android:key="revanced_hide_feed_captions_button" android:summaryOn="@string/revanced_hide_feed_captions_button_on" android:summaryOff="@string/revanced_hide_feed_captions_button_off" />
|
||||
<SwitchPreference android:title="@string/revanced_hide_feed_survey_title" android:key="revanced_hide_feed_survey" android:summaryOn="@string/revanced_hide_feed_survey_summary_on" android:summaryOff="@string/revanced_hide_feed_survey_summary_off" />
|
||||
<SwitchPreference android:title="@string/revanced_hide_feed_search_bar_title" android:key="revanced_hide_feed_search_bar" android:summaryOn="@string/revanced_hide_feed_search_bar_summary_on" android:summaryOff="@string/revanced_hide_feed_search_bar_summary_off" />
|
||||
|
Loading…
x
Reference in New Issue
Block a user