mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-21 09:00:12 +01:00
🎨 支持关闭 Google Analytics https://github.com/siyuan-note/siyuan/issues/6403
This commit is contained in:
parent
710e703867
commit
0211e15fc9
3 changed files with 5 additions and 5 deletions
|
|
@ -292,7 +292,7 @@ func InitConf() {
|
|||
})
|
||||
}
|
||||
|
||||
if !Conf.System.GoogleAnalytics {
|
||||
if Conf.System.DisableGoogleAnalytics {
|
||||
logging.LogInfof("user has disabled [Google Analytics]")
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue