🎨 为同步状态添加对应的图标 https://github.com/siyuan-note/siyuan/issues/7041

This commit is contained in:
Liang Ding 2023-01-24 12:00:32 +08:00
parent a8bab8ce62
commit 85a6c5e85d
No known key found for this signature in database
GPG key ID: 136F30F901A2231D
6 changed files with 9 additions and 5 deletions

View file

@ -153,6 +153,10 @@ func getConf(c *gin.Context) {
return
}
if !maskedConf.Sync.Enabled || (0 == maskedConf.Sync.Provider && !model.IsSubscriber()) {
maskedConf.Sync.Stat = model.Conf.Language(53)
}
ret.Data = map[string]interface{}{
"conf": maskedConf,
"start": start,