Commit 527a0b32 authored by Jun Siang Cheah's avatar Jun Siang Cheah
Browse files

fix: fluid stream setting not reflecting current state on load

parent c7fa024b
......@@ -106,6 +106,7 @@
responseAutoCopy = settings.responseAutoCopy ?? false;
showUsername = settings.showUsername ?? false;
fullScreenMode = settings.fullScreenMode ?? false;
splitLargeChunks = settings.splitLargeChunks ?? false;
});
</script>
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment