From 5779de9d92ec11c8f8a1ba11817d41ba181ff468 Mon Sep 17 00:00:00 2001 From: kwaroran Date: Fri, 6 Sep 2024 00:21:11 +0900 Subject: [PATCH] feat: Add 'image' to displayRelatedCBS array in highlight.ts --- src/ts/gui/highlight.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ts/gui/highlight.ts b/src/ts/gui/highlight.ts index 63ae71cd..68189858 100644 --- a/src/ts/gui/highlight.ts +++ b/src/ts/gui/highlight.ts @@ -101,7 +101,7 @@ const normalCBSwithParams = [ ] const displayRelatedCBS = [ - 'raw', 'img', 'video', 'audio', 'bg', 'emotion', 'asset', 'video-img', 'comment' + 'raw', 'img', 'video', 'audio', 'bg', 'emotion', 'asset', 'video-img', 'comment', 'image' ]; const specialCBS = [