Fix conditional rendering in Chat.svelte

This commit is contained in:
kwaroran
2024-03-19 15:30:01 +09:00
parent 02db15d53c
commit 92d2619eac

View File

@@ -201,7 +201,7 @@
{/if}
</div>
</div>
{#if MessageGenerationInfo}
{#if MessageGenerationInfo && $DataBase.requestInfoInsideChat}
<div>
<button class="text-sm p-1 text-textcolor2 border-darkborderc float-end mr-2 my-2
hover:ring-borderc hover:ring rounded-md hover:text-textcolor transition-all flex justify-center items-center"