From cc854415e2311d4a06805a49a052fc8a16924739 Mon Sep 17 00:00:00 2001 From: oSumAtrIX Date: Sat, 18 Nov 2023 05:01:55 +0100 Subject: [PATCH] feat(YouTube - Hide layout components): Add description to preference screen --- .../youtube/layout/hide/general/HideLayoutComponentsPatch.kt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/main/kotlin/app/revanced/patches/youtube/layout/hide/general/HideLayoutComponentsPatch.kt b/src/main/kotlin/app/revanced/patches/youtube/layout/hide/general/HideLayoutComponentsPatch.kt index b3ca96a9f..00f7e9636 100644 --- a/src/main/kotlin/app/revanced/patches/youtube/layout/hide/general/HideLayoutComponentsPatch.kt +++ b/src/main/kotlin/app/revanced/patches/youtube/layout/hide/general/HideLayoutComponentsPatch.kt @@ -404,6 +404,10 @@ object HideLayoutComponentsPatch : BytecodePatch( ), inputType = InputType.TEXT_MULTI_LINE ) + ), + StringResource( + "revanced_custom_filter_preference_screen_summary", + "Hide components using custom filters" ) ) )