Compare commits

...

2 Commits

Author SHA1 Message Date
Eliz
bfa5df5359 fix string 2026-01-27 17:14:11 +00:00
Eliz
0ec9b44b05 fix 2026-01-27 15:59:18 +00:00

View File

@ -60,7 +60,7 @@ void TxtReaderActivity::onEnter() {
// Save current txt as last opened file and add to recent books // Save current txt as last opened file and add to recent books
APP_STATE.openEpubPath = txt->getPath(); APP_STATE.openEpubPath = txt->getPath();
APP_STATE.saveToFile(); APP_STATE.saveToFile();
RECENT_BOOKS.addBook(txt->getPath()); RECENT_BOOKS.addBook(txt->getPath(), "", "");
// Trigger first update // Trigger first update
updateRequired = true; updateRequired = true;