Add update download reason to analytics (#6023)
* Add download reason to analytics * mark modpack updates as actual updates in analytics * fmt
This commit is contained in:
@@ -54,6 +54,8 @@ pub enum DownloadReason {
|
||||
Dependency,
|
||||
/// Project was downloaded as part of a modpack.
|
||||
Modpack,
|
||||
/// Project was re-downloaded due to an update.
|
||||
Update,
|
||||
}
|
||||
|
||||
impl std::str::FromStr for DownloadReason {
|
||||
|
||||
Reference in New Issue
Block a user