🎨 Improve the mouse hove data sync button information on the desktop and browser https://github.com/siyuan-note/siyuan/issues/8521

This commit is contained in:
Daniel 2023-06-12 12:04:28 +08:00
parent a7e6164f0e
commit b35950b957
No known key found for this signature in database
GPG key ID: 86211BA83DF03017
3 changed files with 5 additions and 4 deletions

View file

@ -39,6 +39,7 @@ func getSyncInfo(c *gin.Context) {
"synced": model.Conf.Sync.Synced,
"stat": stat,
"kernels": model.GetOnlineKernels(),
"kernel": model.KernelID,
}
}