mirror of
https://github.com/kiwix/kiwix-desktop.git
synced 2025-09-24 04:32:15 -04:00
fixup! ContentManager::handleDisappearedZimFiles()
This commit is contained in:
parent
c912fe9d34
commit
af18f5826c
@ -905,7 +905,7 @@ void ContentManager::updateLibraryFromDir(QString monitorDir)
|
|||||||
const bool added = manager.addBookFromPath(bookPath.toStdString());
|
const bool added = manager.addBookFromPath(bookPath.toStdString());
|
||||||
DBGOUT(" "
|
DBGOUT(" "
|
||||||
<< (added ? "and was added" : "but could not be added")
|
<< (added ? "and was added" : "but could not be added")
|
||||||
<< "to the library");
|
<< " to the library");
|
||||||
needsRefresh |= added;
|
needsRefresh |= added;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user