🎨 Add DisableGoogleAnalytics field to System struct (#15097)

This commit is contained in:
Arkady 2025-06-20 03:57:03 +02:00 committed by GitHub
parent 9f5aca1e58
commit 3631b729ad
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -56,6 +56,7 @@ func NewSystem() *System {
KernelVersion: util.Ver,
NetworkProxy: &NetworkProxy{},
DownloadInstallPkg: true,
DisableGoogleAnalytics: true,
}
}