mirror of
https://github.com/YACReader/yacreader
synced 2025-11-14 22:12:53 -05: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