mirror of
https://github.com/YACReader/yacreader
synced 2025-07-18 04:54:29 -04:00
Update the current comic model when the server gets a syn request
Sadly the grid view resets its scroll to origin. Not sure if it is going to bother anyone, we'll see.
This commit is contained in:
@ -2812,6 +2812,7 @@ void LibraryWindow::importLibraryPackage()
|
||||
|
||||
void LibraryWindow::updateViewsOnClientSync()
|
||||
{
|
||||
comicsModel->reload();
|
||||
contentViewsManager->updateCurrentComicView();
|
||||
contentViewsManager->updateContinueReadingView();
|
||||
}
|
||||
|
Reference in New Issue
Block a user