fix: Correctly determine the Landing Page Mode

This commit is contained in:
EntropyYue 2025-08-11 17:59:01 +08:00
parent 30d0f8b1f6
commit 29ba56757d

View file

@ -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>