From 46316bd2a77ab1b40387be98aba1ab0b4c54d57f Mon Sep 17 00:00:00 2001 From: Varun Prasad Date: Sun, 6 Feb 2022 14:57:36 -0500 Subject: [PATCH] Hiding thumbs-up icon when the hide Comment Likes setting is enabled (#1909) --- .../components/watch-video-comments/watch-video-comments.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/renderer/components/watch-video-comments/watch-video-comments.vue b/src/renderer/components/watch-video-comments/watch-video-comments.vue index 5a05e76f..2f24f340 100644 --- a/src/renderer/components/watch-video-comments/watch-video-comments.vue +++ b/src/renderer/components/watch-video-comments/watch-video-comments.vue @@ -79,6 +79,7 @@ />

{{ comment.likes }} @@ -147,6 +148,7 @@ />

{{ reply.likes }}