🎨 Data sync supports the multi-kernel online perception https://github.com/siyuan-note/siyuan/issues/8518

This commit is contained in:
Daniel 2023-06-12 22:08:42 +08:00
parent 9fc2c5ddf8
commit b8a400c272
No known key found for this signature in database
GPG key ID: 86211BA83DF03017
2 changed files with 2 additions and 8 deletions

View file

@ -351,7 +351,7 @@ func SetSyncPerception(b bool) {
return
}
func SetSyncMode(mode int) (err error) {
func SetSyncMode(mode int) {
Conf.Sync.Mode = mode
Conf.Save()
return