fix(YouTube/Hide shorts components): shorts header in search results is not hidden in some accounts

This commit is contained in:
inotia00 2023-10-27 12:21:06 +09:00
parent b3587a211b
commit ee2c84bef8
2 changed files with 4 additions and 3 deletions

View File

@ -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_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_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_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">"Hides Shorts shelves
<string name="revanced_hide_shorts_shelf_summary_on">Shorts shelves are hidden</string>
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_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_off">Banner is shown</string>
<string name="revanced_hide_shorts_toolbar_banner_summary_on">Banner is hidden</string> <string name="revanced_hide_shorts_toolbar_banner_summary_on">Banner is hidden</string>

View File

@ -600,7 +600,7 @@
<!-- SETTINGS: HIDE_SHORTS_SHELF <!-- SETTINGS: HIDE_SHORTS_SHELF
<Preference android:title=" " android:selectable="false" android:summary="@string/revanced_shorts" /> <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 <!-- SETTINGS: SHORTS_PLAYER_PARENT
<Preference android:title=" " android:selectable="false" android:summary="@string/revanced_shorts_player_title" />SETTINGS: SHORTS_PLAYER_PARENT --> <Preference android:title=" " android:selectable="false" android:summary="@string/revanced_shorts_player_title" />SETTINGS: SHORTS_PLAYER_PARENT -->