feat(YouTube - Hide layout components): Add description to preference screen

This commit is contained in:
oSumAtrIX 2023-11-18 05:01:55 +01:00
parent 9561db50a8
commit cc854415e2
No known key found for this signature in database
GPG Key ID: A9B3094ACDB604B4

View File

@ -404,6 +404,10 @@ object HideLayoutComponentsPatch : BytecodePatch(
),
inputType = InputType.TEXT_MULTI_LINE
)
),
StringResource(
"revanced_custom_filter_preference_screen_summary",
"Hide components using custom filters"
)
)
)