diff --git a/YACReaderLibrary/library_creator.cpp b/YACReaderLibrary/library_creator.cpp index 3d4b9e1e..2f3a4d86 100644 --- a/YACReaderLibrary/library_creator.cpp +++ b/YACReaderLibrary/library_creator.cpp @@ -231,12 +231,12 @@ void LibraryCreator::run() } QLOG_INFO() << "Update library END"; } - // msleep(100);//TODO try to solve the problem with the udpate dialog (ya no se usa más...) + if (partialUpdate) { emit updatedCurrentFolder(folderDestinationModelIndex); - emit finished(); - } else // TODO check this part!! - emit finished(); + } + + emit finished(); creation = false; }