mirror of
https://github.com/open-webui/open-webui.git
synced 2025-07-02 11:40:43 +02:00
fix: fluid stream setting not reflecting current state on load
This commit is contained in:
@ -106,6 +106,7 @@
|
||||
responseAutoCopy = settings.responseAutoCopy ?? false;
|
||||
showUsername = settings.showUsername ?? false;
|
||||
fullScreenMode = settings.fullScreenMode ?? false;
|
||||
splitLargeChunks = settings.splitLargeChunks ?? false;
|
||||
});
|
||||
</script>
|
||||
|
||||
|
Reference in New Issue
Block a user