mirror of
https://github.com/revanced/revanced-patches
synced 2024-12-28 20:35:53 +01:00
fix(YouTube - Hide layout components): Clarify custom filter usage
This commit is contained in:
parent
108d2d7c3f
commit
cc16db56d1
@ -406,7 +406,7 @@ object HideLayoutComponentsPatch : BytecodePatch(
|
|||||||
StringResource("revanced_custom_filter_strings_title", "Custom filter"),
|
StringResource("revanced_custom_filter_strings_title", "Custom filter"),
|
||||||
StringResource(
|
StringResource(
|
||||||
"revanced_custom_filter_strings_summary",
|
"revanced_custom_filter_strings_summary",
|
||||||
"List of components to filter separated by new line"
|
"List of component path builder strings to filter separated by new line"
|
||||||
),
|
),
|
||||||
inputType = InputType.TEXT_MULTI_LINE
|
inputType = InputType.TEXT_MULTI_LINE
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user