mirror of
https://github.com/inotia00/revanced-patches.git
synced 2025-05-02 15:44:37 +02:00
fix(youtube/hide-suggestions-shelf): simplified switch preferences and add descriptions
This commit is contained in:
parent
8f4695763e
commit
690fbfa2e0
@ -461,14 +461,12 @@ Only available on YouTube v18.24.37+"</string>
|
||||
<string name="revanced_hide_suggested_actions_summary_off">Suggested actions shown</string>
|
||||
<string name="revanced_hide_suggested_actions_summary_on">Suggested actions hidden</string>
|
||||
<string name="revanced_hide_suggested_actions_title">Hide suggested actions</string>
|
||||
<string name="revanced_hide_suggestions_shelf_summary_off">"Following shelves are shown
|
||||
<string name="revanced_hide_suggestions_shelf_summary">"Hides following shelves:
|
||||
- Breaking news
|
||||
- Continue watching
|
||||
- Explore more channels
|
||||
- Shopping"</string>
|
||||
<string name="revanced_hide_suggestions_shelf_summary_on">"Following shelves are hidden
|
||||
- Breaking news
|
||||
- Explore more channels
|
||||
- Shopping"</string>
|
||||
- Shopping
|
||||
- Watch it Again"</string>
|
||||
<string name="revanced_hide_suggestions_shelf_title">Hide suggestions shelf</string>
|
||||
<string name="revanced_hide_ticket_shelf_summary_off">Ticket shelves are shown</string>
|
||||
<string name="revanced_hide_ticket_shelf_summary_on">Ticket shelves are hidden</string>
|
||||
|
@ -173,7 +173,7 @@
|
||||
<SwitchPreference android:title="@string/revanced_hide_snack_bar_title" android:key="revanced_hide_snack_bar" android:defaultValue="false" android:summaryOn="@string/revanced_hide_snack_bar_summary_on" android:summaryOff="@string/revanced_hide_snack_bar_summary_off" />SETTINGS: HIDE_SNACK_BAR -->
|
||||
|
||||
<!-- SETTINGS: HIDE_SUGGESTIONS_SHELF
|
||||
<SwitchPreference android:title="@string/revanced_hide_suggestions_shelf_title" android:key="revanced_hide_suggestions_shelf" android:defaultValue="false" android:summaryOn="@string/revanced_hide_suggestions_shelf_summary_on" android:summaryOff="@string/revanced_hide_suggestions_shelf_summary_off" />SETTINGS: HIDE_SUGGESTIONS_SHELF -->
|
||||
<SwitchPreference android:title="@string/revanced_hide_suggestions_shelf_title" android:key="revanced_hide_suggestions_shelf" android:defaultValue="false" android:summary="@string/revanced_hide_suggestions_shelf_summary" />SETTINGS: HIDE_SUGGESTIONS_SHELF -->
|
||||
|
||||
<!-- SETTINGS: HIDE_TRENDING_SEARCHES
|
||||
<SwitchPreference android:title="@string/revanced_hide_trending_searches_title" android:key="revanced_hide_trending_searches" android:defaultValue="true" android:summaryOn="@string/revanced_hide_trending_searches_summary_on" android:summaryOff="@string/revanced_hide_trending_searches_summary_off" />SETTINGS: HIDE_TRENDING_SEARCHES -->
|
||||
|
Loading…
x
Reference in New Issue
Block a user