mirror of
https://github.com/nomic-ai/gpt4all.git
synced 2025-07-05 11:36:16 +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:
parent
a14193623a
commit
6f38fde80b
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user