View Single Post
Old 07-01-2020, 04:07 AM   #10
flateric
Junior Member
flateric began at the beginning.
 
Posts: 4
Karma: 10
Join Date: Jun 2020
Device: Kobo libra h2o
Quote:
Originally Posted by geek1011 View Post
Here's a libnickel patch (for 4.17.13651+) to increase the number of history markers:

Code:
Increase page navigation history:
  - Enabled: yes
  - 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: 18, Find: 2, Replace: 4} # note: you can set the replacement to whatever you like, but it MUST be > 1 or bad things will happen
I'll be adding it to the patch releases later.
Wow, thanks a lot!!!
flateric is offline   Reply With Quote