checkpoint 2 - post PR merge - debug ghosting

This commit is contained in:
cottongin
2026-01-27 08:44:54 -05:00
parent bc4edeef26
commit 397abe1ef0
3 changed files with 1 additions and 65 deletions

View File

@@ -109,7 +109,7 @@ void TxtReaderActivity::onEnter() {
APP_STATE.openBookTitle = txt->getTitle();
APP_STATE.openBookAuthor.clear(); // TXT files don't have author metadata
APP_STATE.saveToFile();
RECENT_BOOKS.addBook(txt->getPath());
RECENT_BOOKS.addBook(txt->getPath(), txt->getTitle(), ""); // TXT files have no author metadata
// Trigger first update
updateRequired = true;