mirror of
https://github.com/YACReader/yacreader
synced 2025-07-18 21:14:33 -04:00
Update if needed the continue reading list whenever we get an update about a comic
This commit is contained in:
@ -75,6 +75,13 @@ void YACReaderContentViewsManager::updateCurrentComicView()
|
||||
}
|
||||
}
|
||||
|
||||
void YACReaderContentViewsManager::updateContinueReadingView()
|
||||
{
|
||||
if (comicsViewStack->currentWidget() == folderContentView) {
|
||||
folderContentView->reloadContinueReadingModel();
|
||||
}
|
||||
}
|
||||
|
||||
void YACReaderContentViewsManager::showComicsView()
|
||||
{
|
||||
comicsViewStack->setCurrentWidget(comicsView);
|
||||
|
Reference in New Issue
Block a user