Stop library creation/updates on exit

This commit is contained in:
Luis Ángel San Martín 2023-08-20 12:38:35 +02:00
parent 45043cf36e
commit bf35d0a621

View File

@ -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();