Merge remote-tracking branch 'origin/dev' into dev

This commit is contained in:
Vanessa 2022-09-02 00:00:32 +08:00
commit 02f7d02da5

View file

@ -69,6 +69,9 @@ func SyncData(boot, exit, byHand bool) {
return
}
syncLock.Lock()
defer syncLock.Unlock()
if boot {
util.IncBootProgress(3, "Syncing data from the cloud...")
BootSyncSucc = 0