feat: option to disable scrolling in the Reader

* Appears after enabling horizontal gesture

Resolves: #186
This commit is contained in:
Acclorite 2025-10-25 15:24:18 +03:00
parent 5ba036fafb
commit 24d3e3ba0a
No known key found for this signature in database
GPG key ID: 6E54C611F6EE8593
10 changed files with 62 additions and 3 deletions

View file

@ -235,6 +235,8 @@
<string name="horizontal_gesture_pull_anim_option_desc">
Enable pull animation when using horizontal gesture
</string>
<string name="horizontal_gesture_disable_scrolling_option">Disable scrolling</string>
<string name="horizontal_gesture_disable_scrolling_option_desc">Completely disable reader scrolling</string>
<string name="bottom_bar_padding_option">Bottom bar margin</string>
<string name="highlighted_reading_option">Highlight words</string>
<string name="highlighted_reading_option_desc">Highlight the beginning of each word</string>