File tree 2 files changed +4
-0
lines changed
src/main/resources/youtube/settings
2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -119,6 +119,9 @@ Tap here to learn more about DeArrow."</string>
119
119
<string name =" revanced_hide_expandable_chip_title" >Hide expandable chip under videos</string >
120
120
<string name =" revanced_hide_expandable_chip_summary_on" >Expandable chips are hidden.</string >
121
121
<string name =" revanced_hide_expandable_chip_summary_off" >Expandable chips are shown.</string >
122
+ <string name =" revanced_hide_expandable_shelf_title" >Hide expandable shelves</string >
123
+ <string name =" revanced_hide_expandable_shelf_summary_on" >Expandable shelves are hidden.</string >
124
+ <string name =" revanced_hide_expandable_shelf_summary_off" >Expandable shelves are shown.</string >
122
125
<string name =" revanced_hide_feed_captions_button_title" >Hide feed captions button</string >
123
126
<string name =" revanced_hide_feed_captions_button_on" >Captions button is hidden.</string >
124
127
<string name =" revanced_hide_feed_captions_button_off" >Captions button is shown.</string >
Original file line number Diff line number Diff line change 101
101
<SwitchPreference android:title="@string/revanced_hide_carousel_shelf_title" android:key="revanced_hide_carousel_shelf" android:summary="@string/revanced_hide_carousel_shelf_summary" />
102
102
<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" />
103
103
<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" />
104
+ <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" />
104
105
<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" />
105
106
<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" />
106
107
<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" />
You can’t perform that action at this time.
0 commit comments