Parcourir la source

fix: fluid stream setting not reflecting current state on load

Jun Siang Cheah il y a 1 an
Parent
commit
527a0b329b
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  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>