🎨 分屏

This commit is contained in:
Liang Ding 2022-07-04 11:22:19 +08:00
parent 310c5f7042
commit e12c004036
No known key found for this signature in database
GPG key ID: 136F30F901A2231D
9 changed files with 31 additions and 14 deletions

View file

@ -132,7 +132,7 @@ func SyncData(boot, exit, byHand bool) {
defer syncLock.Unlock()
if Conf.Sync.UseDataRepo {
syncRepo(byHand)
syncRepo(boot, exit, byHand)
return
}