mirror of
https://github.com/YACReader/yacreader
synced 2025-07-18 21:14:33 -04:00
Add method to FolderContentView to reload its contents
This commit is contained in:
@ -203,6 +203,12 @@ void FolderContentView::setContinueReadingModel(ComicModel *model)
|
||||
}
|
||||
}
|
||||
|
||||
void FolderContentView::reloadContent()
|
||||
{
|
||||
folderModel->reload();
|
||||
reloadContinueReadingModel();
|
||||
}
|
||||
|
||||
void FolderContentView::reloadContinueReadingModel()
|
||||
{
|
||||
if (!folderModel->isSubfolder) {
|
||||
|
Reference in New Issue
Block a user