mirror of
https://github.com/YACReader/yacreader
synced 2025-05-27 19:00:29 -04:00
Stop library creation/updates on exit
This commit is contained in:
parent
45043cf36e
commit
bf35d0a621
@ -2851,6 +2851,10 @@ void LibraryWindow::closeEvent(QCloseEvent *event)
|
||||
void LibraryWindow::prepareToCloseApp()
|
||||
{
|
||||
httpServer->stop();
|
||||
|
||||
libraryCreator->stop();
|
||||
librariesUpdateCoordinator->stop();
|
||||
|
||||
settings->setValue(MAIN_WINDOW_GEOMETRY, saveGeometry());
|
||||
|
||||
contentViewsManager->comicsView->close();
|
||||
|
Loading…
Reference in New Issue
Block a user