mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-15 03:17:46 +01:00
Merge pull request #16479 from EventHorizon-AI/fix/landing-page-mode
fix: Correctly determine the Landing Page Mode
This commit is contained in:
@@ -489,7 +489,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>
|
||||
|
||||
Reference in New Issue
Block a user