mirror of
https://github.com/YACReader/yacreader
synced 2025-07-18 21:14:33 -04:00
Update secondary views when the model gets reloaded
This commit is contained in:
@ -52,6 +52,7 @@ void ComicsView::reloadContent()
|
||||
{
|
||||
if (model != nullptr) {
|
||||
model->reload();
|
||||
updateInfoForIndex(currentIndex().row());
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user