mirror of
https://github.com/YACReader/yacreader
synced 2025-05-28 03:10:27 -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()
|
void LibraryWindow::prepareToCloseApp()
|
||||||
{
|
{
|
||||||
httpServer->stop();
|
httpServer->stop();
|
||||||
|
|
||||||
|
libraryCreator->stop();
|
||||||
|
librariesUpdateCoordinator->stop();
|
||||||
|
|
||||||
settings->setValue(MAIN_WINDOW_GEOMETRY, saveGeometry());
|
settings->setValue(MAIN_WINDOW_GEOMETRY, saveGeometry());
|
||||||
|
|
||||||
contentViewsManager->comicsView->close();
|
contentViewsManager->comicsView->close();
|
||||||
|
Loading…
Reference in New Issue
Block a user