mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-12 12:25:20 +00:00
fix: Correctly determine the Landing Page Mode
This commit is contained in:
parent
30d0f8b1f6
commit
29ba56757d
1 changed files with 1 additions and 1 deletions
|
|
@ -485,7 +485,7 @@
|
||||||
type="button"
|
type="button"
|
||||||
>
|
>
|
||||||
<span class="ml-2 self-center" id="notification-sound-state"
|
<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>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue