Skip to content

Commit

Permalink
Update 'Increase page navigation history' for 4.25.15875
Browse files Browse the repository at this point in the history
Thanks to Semwize on MR for noticing that the function changed back to how it
was in 4.23.15548.

Co-Authored-By: Semwize <Semwize@mobileread>
  • Loading branch information
pgaskin and Semwize committed Feb 13, 2021
1 parent 6a32c60 commit 3295892
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/versions/4.25.15875/libnickel.so.1.0.0.yaml/pgaskin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,14 @@ Both page turn sides go next:
# This patch could have also been done later on where the tap point is checked against different
# QRects, but that's a lot more complicated due to the use of QHash s of pointers to functions.

Increase page navigation history:
- Enabled: no
- Description: Increases the number of dots marking navigation history on the scrubber.
# Replace the immediate value for the cmp r1, #2 before the bgt to the inlined
# QVector::removeFirst() (i.e. QVector::erase(start, start+1)):
- BaseAddress: "BookmarkHistoryMixin::pushBookmark(Bookmark const&)"
- ReplaceInt: {Offset: 24, Find: 2, Replace: 4} # note: you can set the replacement to whatever you want, but it MUST be > 1 or bad things will happen

Replace adobe page numbers toggle with invert screen:
- Enabled: no
- Description: |
Expand Down

0 comments on commit 3295892

Please sign in to comment.