瀏覽代碼

fix: Correctly determine the Landing Page Mode

EntropyYue 1 月之前
父節點
當前提交
29ba56757d
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/lib/components/chat/Settings/Interface.svelte

+ 1 - 1
src/lib/components/chat/Settings/Interface.svelte

@@ -485,7 +485,7 @@
 						type="button"
 					>
 						<span class="ml-2 self-center" id="notification-sound-state"
-							>{notificationSound === true ? $i18n.t('On') : $i18n.t('Off')}</span
+							>{landingPageMode === '' ? $i18n.t('Default') : $i18n.t('Chat')}</span
 						>
 					</button>
 				</div>