feat(YouTube - Hide layout components): Add description to preference screen
This commit is contained in:
parent
9561db50a8
commit
cc854415e2
|
@ -404,6 +404,10 @@ object HideLayoutComponentsPatch : BytecodePatch(
|
|||
),
|
||||
inputType = InputType.TEXT_MULTI_LINE
|
||||
)
|
||||
),
|
||||
StringResource(
|
||||
"revanced_custom_filter_preference_screen_summary",
|
||||
"Hide components using custom filters"
|
||||
)
|
||||
)
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue