From f7870f3c8398a5bf1cc7bd2a85880d97805f88fe Mon Sep 17 00:00:00 2001 From: absidue <48293849+absidue@users.noreply.github.com> Date: Fri, 30 Aug 2024 19:11:53 +0200 Subject: [PATCH] Cleanup the Hide Profile Pictures in Comments code --- .../watch-video-comments.vue | 52 +++++++++---------- 1 file changed, 24 insertions(+), 28 deletions(-) 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 e788059fbf715..ee5798c631b73 100644 --- a/src/renderer/components/watch-video-comments/watch-video-comments.vue +++ b/src/renderer/components/watch-video-comments/watch-video-comments.vue @@ -64,20 +64,18 @@ tabindex="-1" > - - +
+ {{ comment.author.substring(1, 2) }} +
+

- - +

+ {{ reply.author.substring(1, 2) }} +
+