And more...
This commit is contained in:
@@ -142,8 +142,10 @@ bool RecentBooksStore::loadFromBinaryFile() {
|
||||
inputFile.close();
|
||||
return false;
|
||||
}
|
||||
tmpRecentBooks.push_back({path, title, author, "", ""});
|
||||
} else {
|
||||
if (!title.empty()) {
|
||||
tmpRecentBooks.push_back({path, title, author, "", ""});
|
||||
}
|
||||
} else if (!book.title.empty()) {
|
||||
tmpRecentBooks.push_back(book);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user