mirror of
https://github.com/YACReader/yacreader
synced 2025-07-18 13:04:28 -04:00
Stop library creation/updates on exit
This commit is contained in:
@ -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();
|
||||
|
Reference in New Issue
Block a user