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" ) ) )