From 4364dac226b79da18c2a91718247adc3bb7a5aeb Mon Sep 17 00:00:00 2001 From: Timothy Jaeryang Baek Date: Sat, 19 Jul 2025 18:20:17 +0400 Subject: [PATCH] refac --- src/lib/components/chat/Chat.svelte | 5 +++-- src/lib/components/layout/SearchModal.svelte | 2 -- 2 files changed, 3 insertions(+), 4 deletions(-) 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}