mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-02-16 12:08:07 +01:00
🎨 重建索引改为后台任务 https://github.com/siyuan-note/siyuan/issues/7153
This commit is contained in:
parent
87f230023c
commit
801bc69820
7 changed files with 34 additions and 18 deletions
|
|
@ -293,7 +293,7 @@ func SetSyncGenerateConflictDoc(b bool) {
|
|||
return
|
||||
}
|
||||
|
||||
func SetSyncEnable(b bool) (err error) {
|
||||
func SetSyncEnable(b bool) {
|
||||
Conf.Sync.Enabled = b
|
||||
Conf.Save()
|
||||
return
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue