fix(YouTube/Settings): add missing category

This commit is contained in:
inotia00 2024-05-09 01:51:57 +09:00
parent 5acd8be292
commit 1ea1843d9b
2 changed files with 4 additions and 0 deletions

View File

@ -1425,6 +1425,9 @@ Limitation: Feed videos will play for less than 1 minute before encountering pla
<string name="revanced_extended_settings_reset">Reset</string>
<string name="revanced_share_copy_settings_success">Settings copied to clipboard.</string>
<!-- PreferenceScreen: Miscellaneous, PreferenceCategory: Miscellaneous, PreferenceCategory: Patch information -->
<string name="revanced_preference_category_patch_information">Patch information</string>
<!-- PreferenceScreen: Miscellaneous, PreferenceCategory: Miscellaneous, PreferenceScreen: Patch information -->
<string name="revanced_preference_screen_patch_information_title">Patch information</string>
<string name="revanced_preference_screen_patch_information_summary">Information about applied patches.</string>

View File

@ -564,6 +564,7 @@
<!-- SETTINGS: SPOOF_TEST_CLIENT
<SwitchPreference android:title="@string/revanced_spoof_test_client_title" android:key="revanced_spoof_test_client" android:defaultValue="false" android:summary="@string/revanced_spoof_test_client_summary" />SETTINGS: SPOOF_TEST_CLIENT -->
<PreferenceCategory android:title="@string/revanced_preference_category_patch_information" android:layout="@layout/revanced_settings_preferences_category"/>
<PreferenceScreen android:title="@string/revanced_preference_screen_patch_information_title" android:key="revanced_preference_screen_patch_information" android:summary="@string/revanced_preference_screen_patch_information_summary" >
<PreferenceCategory android:title="@string/revanced_preference_category_tool_used" android:layout="@layout/revanced_settings_preferences_category" >
<Preference android:title="ReVanced Patches" android:selectable="false" android:summary="" />