mirror of
https://github.com/inotia00/revanced-patches.git
synced 2025-06-13 13:47:42 +02:00
Rename toggle
This commit is contained in:
@ -1069,9 +1069,9 @@ Side effect: Official headers in search results will be hidden."</string>
|
||||
<string name="revanced_hide_shorts_navigation_bar_title">Hide navigation bar</string>
|
||||
<string name="revanced_hide_shorts_navigation_bar_summary_on">Navigation bar is hidden.</string>
|
||||
<string name="revanced_hide_shorts_navigation_bar_summary_off">Navigation bar is shown.</string>
|
||||
<string name="revanced_return_shorts_channel_name_title">Return Shorts channel name</string>
|
||||
<string name="revanced_return_shorts_channel_name_summary_on">Channel name is used.</string>
|
||||
<string name="revanced_return_shorts_channel_name_summary_off">Channel handle is used.</string>
|
||||
<string name="revanced_replace_channel_handle_title">Replace channel handle</string>
|
||||
<string name="revanced_replace_channel_handle_summary_on">Channel name is used.</string>
|
||||
<string name="revanced_replace_channel_handle_summary_off">Channel handle is used.</string>
|
||||
|
||||
<!-- PreferenceScreen: Swipe controls -->
|
||||
<string name="revanced_preference_screen_swipe_controls_title">Swipe controls</string>
|
||||
|
@ -463,7 +463,7 @@
|
||||
<PreferenceCategory android:title="@string/revanced_preference_category_experimental_flag" android:layout="@layout/revanced_settings_preferences_category"/>
|
||||
<SwitchPreference android:title="@string/revanced_hide_shorts_toolbar_title" android:key="revanced_hide_shorts_toolbar" android:summaryOn="@string/revanced_hide_shorts_toolbar_summary_on" android:summaryOff="@string/revanced_hide_shorts_toolbar_summary_off" />
|
||||
<SwitchPreference android:title="@string/revanced_hide_shorts_navigation_bar_title" android:key="revanced_hide_shorts_navigation_bar" android:summaryOn="@string/revanced_hide_shorts_navigation_bar_summary_on" android:summaryOff="@string/revanced_hide_shorts_navigation_bar_summary_off" />
|
||||
<SwitchPreference android:title="@string/revanced_return_shorts_channel_name_title" android:key="revanced_return_shorts_channel_name" android:summaryOn="@string/revanced_return_shorts_channel_name_summary_on" android:summaryOff="@string/revanced_return_shorts_channel_name_summary_off" />
|
||||
<SwitchPreference android:title="@string/revanced_replace_channel_handle_title" android:key="revanced_replace_channel_handle" android:summaryOn="@string/revanced_replace_channel_handle_summary_on" android:summaryOff="@string/revanced_replace_channel_handle_summary_off" />
|
||||
</PreferenceScreen>SETTINGS: SHORTS_COMPONENTS -->
|
||||
|
||||
<!-- SETTINGS: CHANGE_SHORTS_REPEAT_STATE
|
||||
|
Reference in New Issue
Block a user