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

fix: fluid stream setting not reflecting current state on load
This commit is contained in:
Timothy Jaeryang Baek 2024-04-29 00:31:37 -07:00 committed by GitHub
commit e360d57203
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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