diff --git a/web/src/components/chat-select.tsx b/web/src/components/chat-select.tsx index fe84b45..989f78d 100644 --- a/web/src/components/chat-select.tsx +++ b/web/src/components/chat-select.tsx @@ -123,7 +123,7 @@ export default function ChatSelect({ disabled }: { disabled: boolean }) { className={cn( "h-3 w-1 rounded-md bg-green-500 opacity-0", { - "opacity-100": chat.autoEnabled, + "opacity-100": chat.auto?.downloadEnabled ?? chat.auto?.preloadEnabled, }, )} />