This commit is contained in:
Timothy Jaeryang Baek 2025-04-12 21:09:26 -07:00
parent f3fe82da80
commit 8d62cc1935

View File

@ -1238,7 +1238,7 @@
</Tooltip>
{/if}
{#if taskIds && taskIds.length > 0}
{#if (taskIds && taskIds.length > 0) || (history.currentId && history.messages[history.currentId]?.done != true)}
<div class=" flex items-center">
<Tooltip content={$i18n.t('Stop')}>
<button