mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-14 21:35:19 +00:00
This commit introduces a new setting in the Interface settings that allows users to control whether the chat title is used as the browser's tab title. The following changes were made: - Added `useChatTitleAsTabTitle` to the `Settings` type in `src/lib/stores/index.ts`. - Added a toggle switch in `src/lib/components/chat/Settings/Interface.svelte` to manage this new setting. - Updated `src/lib/components/chat/Chat.svelte` to conditionally set the document title based on the `useChatTitleAsTabTitle` setting. |
||
|---|---|---|
| .. | ||
| index.ts | ||