Quote:
Originally Posted by hatuluang
Change the offset from 282 to 298
Code:
Don't uppercase header/footer text and change page number text:
- Enabled: no
- Description: Combines the previous two patches.
- PatchGroup: Header/footer page number text
- ReplaceBytes:
Base: "ReadingView::getChapterTitle()"
Offset: 298
FindInstBLX: {SymPLT: "QString::toUpper() const"}
ReplaceInstBLX: {SymPLT: "QString::trimmed() const"}
- ReplaceBytes:
Base: "ReadingView::updateFooter()"
Offset: 26
FindInstBLX: {SymPLT: "QString::toUpper() const"}
ReplaceInstBLX: {SymPLT: "QString::trimmed() const"}
- FindReplaceString: {Find: "%1 OF %2", Replace: "%1 / %2"}
- FindReplaceString: {Find: "%1% READ", Replace: "%1% read"}
ref: https://www.mobileread.com/forums/sh...&postcount=107
|
That one didn't get the offset updated. The one that did was the dual patch to Not uppercase and change the page number format.
Anyway, I've updated the single patch and posted a new ZIP file. So if anyone reading this has downloaded the patches, please download again.