mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-07 03:18:23 -05:00
Add option to disable tab titles #3988
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @outis151 on GitHub (Feb 20, 2025).
Feature Request
Currently, the chat title of a selected chat is also applied as the tab title (
document.title). This gets added to the browser history in most cases which may not be desirable.An option could be added to disable that behavior. (Not much is lost as the UI does not appear to be meant for use with multiple tabs of it opened simultaneously which would necessitate a distinction of the different opened chats through the tab title.)