diff --git a/src/lib/components/chat/Chat.svelte b/src/lib/components/chat/Chat.svelte index fd6756f62f..09fd8471c4 100644 --- a/src/lib/components/chat/Chat.svelte +++ b/src/lib/components/chat/Chat.svelte @@ -2077,12 +2077,13 @@ > {#if !loading}
- {#if $settings?.backgroundImageUrl ?? null} + {#if $settings?.backgroundImageUrl ?? $config?.license_metadata?.background_image_url ?? null}