mirror of
https://github.com/nomic-ai/gpt4all.git
synced 2025-10-05 20:17:33 +00:00
Track check for updates.
This commit is contained in:
@@ -174,6 +174,13 @@ void Network::sendShutdown()
|
||||
sendMixpanelEvent("shutdown");
|
||||
}
|
||||
|
||||
void Network::sendCheckForUpdates()
|
||||
{
|
||||
if (!m_isOptIn)
|
||||
return;
|
||||
sendMixpanelEvent("check_for_updates");
|
||||
}
|
||||
|
||||
void Network::sendMixpanelEvent(const QString &ev)
|
||||
{
|
||||
if (!m_isOptIn)
|
||||
|
Reference in New Issue
Block a user