mirror of
https://github.com/YACReader/yacreader
synced 2025-07-18 21:14:33 -04:00
Add method to reload the continue reading list in FolderContentView
The reload is only triggered for the root folder.
This commit is contained in:
@ -198,6 +198,13 @@ void FolderContentView::setContinueReadingModel(ComicModel *model)
|
||||
}
|
||||
}
|
||||
|
||||
void FolderContentView::reloadContinueReadingModel()
|
||||
{
|
||||
if (!folderModel->isSubfolder) {
|
||||
comicModel->reloadContinueReading();
|
||||
}
|
||||
}
|
||||
|
||||
void FolderContentView::openFolder(int index)
|
||||
{
|
||||
emit subfolderSelected(this->parent, index);
|
||||
|
Reference in New Issue
Block a user