fix: fluid stream setting not reflecting current state on load

This commit is contained in:
Jun Siang Cheah 2024-04-29 00:06:32 +01:00
parent c7fa024b8f
commit 527a0b329b

View file

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