From c80d0e7ba42244d4fe4bb43dac1b124a3e734414 Mon Sep 17 00:00:00 2001 From: inotia00 Date: Thu, 3 Aug 2023 13:16:49 +0900 Subject: [PATCH] feat(youtube/hide-comment-component): `hide preview comment` hides the dots of live comments --- .../youtube/buttomplayer/comment/patch/CommentComponentPatch.kt | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main/kotlin/app/revanced/patches/youtube/buttomplayer/comment/patch/CommentComponentPatch.kt b/src/main/kotlin/app/revanced/patches/youtube/buttomplayer/comment/patch/CommentComponentPatch.kt index bf004a7eea..982167c85b 100644 --- a/src/main/kotlin/app/revanced/patches/youtube/buttomplayer/comment/patch/CommentComponentPatch.kt +++ b/src/main/kotlin/app/revanced/patches/youtube/buttomplayer/comment/patch/CommentComponentPatch.kt @@ -30,6 +30,7 @@ import app.revanced.util.integrations.Constants.PATCHES_PATH class CommentComponentPatch : ResourcePatch { override fun execute(context: ResourceContext): PatchResult { LithoFilterPatch.addFilter("$PATCHES_PATH/ads/CommentsFilter;") + LithoFilterPatch.addFilter("$PATCHES_PATH/ads/CommentsPreviewDotsFilter;") /** * Add settings