This commit is contained in:
Liang Ding 2023-01-24 13:21:23 +08:00
parent 87f230023c
commit 801bc69820
No known key found for this signature in database
GPG key ID: 136F30F901A2231D
7 changed files with 34 additions and 18 deletions

View file

@ -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