mirror of
https://github.com/YACReader/yacreader
synced 2025-07-14 02:54:46 -04:00
Update the UI when a comic is updated using the http api
This commit is contained in:
@ -256,7 +256,7 @@ int main(int argc, char **argv)
|
||||
auto mw = new LibraryWindow();
|
||||
|
||||
mw->connect(localServer, &YACReaderLocalServer::comicUpdated, mw, &LibraryWindow::updateViewsOnComicUpdate, Qt::QueuedConnection);
|
||||
|
||||
mw->connect(httpServer, &YACReaderHttpServer::comicUpdated, mw, &LibraryWindow::updateViewsOnComicUpdateWithId, Qt::QueuedConnection);
|
||||
// connections to localServer
|
||||
|
||||
// start as tray
|
||||
|
Reference in New Issue
Block a user