From 29ba56757d815c00ea79c0cb1c6cf3a5e7997872 Mon Sep 17 00:00:00 2001 From: EntropyYue Date: Mon, 11 Aug 2025 17:59:01 +0800 Subject: [PATCH] fix: Correctly determine the Landing Page Mode --- src/lib/components/chat/Settings/Interface.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/components/chat/Settings/Interface.svelte b/src/lib/components/chat/Settings/Interface.svelte index 6c6aab0b57..8724d047ea 100644 --- a/src/lib/components/chat/Settings/Interface.svelte +++ b/src/lib/components/chat/Settings/Interface.svelte @@ -485,7 +485,7 @@ type="button" > {notificationSound === true ? $i18n.t('On') : $i18n.t('Off')}{landingPageMode === '' ? $i18n.t('Default') : $i18n.t('Chat')}