Skip to content

Commit

Permalink
refactor(reading): re-enable webview renderer
Browse files Browse the repository at this point in the history
  • Loading branch information
Ashinch committed Jul 19, 2024
1 parent 5e1b1bf commit 0e939b3
Show file tree
Hide file tree
Showing 10 changed files with 2,385 additions and 403 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ sealed class ReadingThemePreference(val value: Int) : Preference() {
ReadingTextHorizontalPaddingPreference.default)
ReadingTextAlignPreference.default.put(context, scope)
ReadingTextLetterSpacingPreference.put(context, scope, ReadingTextLetterSpacingPreference.default)
ReadingTextFontSizePreference.put(context, scope, 18)
ReadingTextFontSizePreference.put(context, scope, 22)
ReadingImageRoundedCornersPreference.put(context, scope, 0)
ReadingImageHorizontalPaddingPreference.put(context, scope, 0)
ReadingImageMaximizePreference.default.put(context, scope)
Expand Down
Loading

0 comments on commit 0e939b3

Please sign in to comment.