Browse Source

Merge pull request #1839 from cheahjs/fix/fluid-setting-not-reflecting-current-setting

fix: fluid stream setting not reflecting current state on load
Timothy Jaeryang Baek 1 năm trước cách đây
mục cha
commit
e360d57203
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      src/lib/components/chat/Settings/Interface.svelte

+ 1 - 0
src/lib/components/chat/Settings/Interface.svelte

@@ -106,6 +106,7 @@
 		responseAutoCopy = settings.responseAutoCopy ?? false;
 		showUsername = settings.showUsername ?? false;
 		fullScreenMode = settings.fullScreenMode ?? false;
+		splitLargeChunks = settings.splitLargeChunks ?? false;
 	});
 </script>