fixup! ContentManager::handleDisappearedZimFiles()

This commit is contained in:
Veloman Yunkan 2024-09-03 15:41:36 +04:00 committed by Kelson
parent c912fe9d34
commit af18f5826c

View File

@ -905,7 +905,7 @@ void ContentManager::updateLibraryFromDir(QString monitorDir)
const bool added = manager.addBookFromPath(bookPath.toStdString());
DBGOUT(" "
<< (added ? "and was added" : "but could not be added")
<< "to the library");
<< " to the library");
needsRefresh |= added;
}
}