mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-12 20:35:19 +00:00
fix: fluid stream setting not reflecting current state on load
This commit is contained in:
parent
c7fa024b8f
commit
527a0b329b
1 changed files with 1 additions and 0 deletions
|
|
@ -106,6 +106,7 @@
|
|||
responseAutoCopy = settings.responseAutoCopy ?? false;
|
||||
showUsername = settings.showUsername ?? false;
|
||||
fullScreenMode = settings.fullScreenMode ?? false;
|
||||
splitLargeChunks = settings.splitLargeChunks ?? false;
|
||||
});
|
||||
</script>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue