From c5f5786af713ddcd470b3b242480027c656432cf Mon Sep 17 00:00:00 2001 From: Kwaroran Date: Thu, 26 Dec 2024 07:44:18 +0900 Subject: [PATCH] fix: update image source reference in bot presets to use preset.image --- src/lib/Setting/botpreset.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/Setting/botpreset.svelte b/src/lib/Setting/botpreset.svelte index 4a1cfc88..e7f457c6 100644 --- a/src/lib/Setting/botpreset.svelte +++ b/src/lib/Setting/botpreset.svelte @@ -41,7 +41,7 @@ {i + 1} {/if} {#if preset.image} - icon + icon {/if} {preset.name}