mirror of
https://github.com/YACReader/yacreader
synced 2025-11-14 22:12:53 -05:00
Update the UI when a client synchronizes back the libraries
Only the top banners for now. TODO: ComicModel should also be updated.
This commit is contained in:
@ -257,6 +257,7 @@ int main(int argc, char **argv)
|
||||
|
||||
mw->connect(localServer, &YACReaderLocalServer::comicUpdated, mw, &LibraryWindow::updateViewsOnComicUpdate, Qt::QueuedConnection);
|
||||
mw->connect(httpServer, &YACReaderHttpServer::comicUpdated, mw, &LibraryWindow::updateViewsOnComicUpdateWithId, Qt::QueuedConnection);
|
||||
mw->connect(httpServer, &YACReaderHttpServer::clientSync, mw, &LibraryWindow::updateViewsOnClientSync, Qt::QueuedConnection);
|
||||
// connections to localServer
|
||||
|
||||
// start as tray
|
||||
|
||||
Reference in New Issue
Block a user