mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-16 22:50:13 +01:00
🎨 为同步状态添加对应的图标 https://github.com/siyuan-note/siyuan/issues/7041
This commit is contained in:
parent
a8bab8ce62
commit
85a6c5e85d
6 changed files with 9 additions and 5 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue