fix(YouTube - Hide layout components): Clarify custom filter usage
This commit is contained in:
parent
f2753b2999
commit
45e55b48e5
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue