mirror of
https://github.com/inotia00/revanced-patches.git
synced 2025-05-29 13:20:19 +02:00
fix(YouTube/Settings): add missing category
This commit is contained in:
parent
5acd8be292
commit
1ea1843d9b
@ -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>
|
||||
|
@ -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="" />
|
||||
|
Loading…
x
Reference in New Issue
Block a user