mirror of
https://github.com/nomic-ai/gpt4all.git
synced 2025-09-09 04:20:42 +00:00
mixpanel: fix doc_collections_total of localdocs_startup (#2270)
Signed-off-by: Jared Van Bortel <jared@nomic.ai>
This commit is contained in:
@@ -972,7 +972,7 @@ int Database::addCurrentFolders()
|
||||
|
||||
updateIndexingStatus();
|
||||
|
||||
return nAdded;
|
||||
return collections.count() + nAdded;
|
||||
}
|
||||
|
||||
bool Database::addFolder(const QString &collection, const QString &path, bool fromDb)
|
||||
|
Reference in New Issue
Block a user