mirror of
https://github.com/YACReader/yacreader
synced 2025-07-18 13:04:28 -04:00
Update if needed the continue reading list whenever we get an update about a comic
This commit is contained in:
@ -2823,6 +2823,7 @@ void LibraryWindow::updateComicsView(quint64 libraryId, const ComicDB &comic)
|
||||
if (libraryId == (quint64)libraries.getId(selectedLibrary->currentText())) {
|
||||
comicsModel->reload(comic);
|
||||
contentViewsManager->updateCurrentComicView();
|
||||
contentViewsManager->updateContinueReadingView();
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user