mirror of
https://github.com/nomic-ai/gpt4all.git
synced 2025-11-15 00:04:54 -05: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();
|
updateIndexingStatus();
|
||||||
|
|
||||||
return nAdded;
|
return collections.count() + nAdded;
|
||||||
}
|
}
|
||||||
|
|
||||||
bool Database::addFolder(const QString &collection, const QString &path, bool fromDb)
|
bool Database::addFolder(const QString &collection, const QString &path, bool fromDb)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user