ui: added 100% progress step for clearing files
This commit is contained in:
@@ -329,6 +329,7 @@ void PersistentStorage::clearFileElements(const std::vector<FilePath>& filePaths
|
||||
m_sqliteIndexStorage.removeElements(fileNodeIds);
|
||||
m_sqliteIndexStorage.removeErrorsInFiles(filePaths);
|
||||
m_sqliteIndexStorage.commitTransaction();
|
||||
updateStatusCallback(100);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user