This commit is contained in:
Liang Ding 2022-10-30 00:18:21 +08:00
parent f5d9958a93
commit 20c338399d
No known key found for this signature in database
GPG key ID: 136F30F901A2231D
4 changed files with 23 additions and 0 deletions

View file

@ -292,6 +292,10 @@ func InitConf() {
})
}
if !Conf.System.GoogleAnalytics {
logging.LogInfof("user has disabled [Google Analytics]")
}
util.SetNetworkProxy(Conf.System.NetworkProxy.String())
}