Make sure justifyText attribute is set

This commit is contained in:
Jackson Harper
2023-04-28 09:53:06 +08:00
parent 169a3a2d73
commit e8dcffe529

View File

@ -100,6 +100,7 @@ data class WebReaderContent(
window.maxWidthPercentage = ${preferences.maxWidthPercentage}
window.lineHeight = ${preferences.lineHeight}
window.prefersHighContrastFont = ${preferences.prefersHighContrastText}
window.justifyText = ${preferences.prefersJustifyText}
window.enableHighlightBar = false
</script>
<script src="bundle.js"></script>