mirror of
https://github.com/inotia00/revanced-patches.git
synced 2025-05-05 00:54:32 +02:00
fix(YouTube/Hide shorts components): shorts header in search results is not hidden in some accounts
This commit is contained in:
parent
b3587a211b
commit
ee2c84bef8
@ -508,8 +508,9 @@ You tab > View channel > Menu > Settings"</string>
|
||||
<string name="revanced_hide_shorts_player_subscriptions_button_summary_off">Subscriptions button is shown</string>
|
||||
<string name="revanced_hide_shorts_player_subscriptions_button_summary_on">Subscriptions button is hidden</string>
|
||||
<string name="revanced_hide_shorts_player_subscriptions_button_title">Hide subscriptions button</string>
|
||||
<string name="revanced_hide_shorts_shelf_summary_off">Shorts shelves are shown</string>
|
||||
<string name="revanced_hide_shorts_shelf_summary_on">Shorts shelves are hidden</string>
|
||||
<string name="revanced_hide_shorts_shelf_summary">"Hides Shorts shelves
|
||||
|
||||
Known issue: Official headers in search results are hidden"</string>
|
||||
<string name="revanced_hide_shorts_shelf_title">Hide shorts shelf</string>
|
||||
<string name="revanced_hide_shorts_toolbar_banner_summary_off">Banner is shown</string>
|
||||
<string name="revanced_hide_shorts_toolbar_banner_summary_on">Banner is hidden</string>
|
||||
|
@ -600,7 +600,7 @@
|
||||
|
||||
<!-- SETTINGS: HIDE_SHORTS_SHELF
|
||||
<Preference android:title=" " android:selectable="false" android:summary="@string/revanced_shorts" />
|
||||
<SwitchPreference android:title="@string/revanced_hide_shorts_shelf_title" android:key="revanced_hide_shorts_shelf" android:defaultValue="true" android:summaryOn="@string/revanced_hide_shorts_shelf_summary_on" android:summaryOff="@string/revanced_hide_shorts_shelf_summary_off" />SETTINGS: HIDE_SHORTS_SHELF -->
|
||||
<SwitchPreference android:title="@string/revanced_hide_shorts_shelf_title" android:key="revanced_hide_shorts_shelf" android:defaultValue="true" android:summary="@string/revanced_hide_shorts_shelf_summary" />SETTINGS: HIDE_SHORTS_SHELF -->
|
||||
|
||||
<!-- SETTINGS: SHORTS_PLAYER_PARENT
|
||||
<Preference android:title=" " android:selectable="false" android:summary="@string/revanced_shorts_player_title" />SETTINGS: SHORTS_PLAYER_PARENT -->
|
||||
|
Loading…
x
Reference in New Issue
Block a user