I'm upgrading my patch from v4.23.15548.
With comparediff tool, I noted that this current version (4.25.15875) doesn't have these lines of code anymore:
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 thr replacement to whatever you want, but it MUST be > 1 or bad things will happen
What happened to this section?