🎨 云端同步上传大量文件时不新增通知 https://github.com/siyuan-note/siyuan/issues/5112

This commit is contained in:
Liang Ding 2022-06-06 22:20:40 +08:00
parent bd259f79d1
commit 969393cc66
No known key found for this signature in database
GPG key ID: 136F30F901A2231D

View file

@ -439,6 +439,7 @@ func ossUpload(isBackup bool, localDirPath, cloudDirPath, cloudDevice string, bo
if needPushProgress {
util.PushMsg(Conf.Language(105), 3000)
util.PushClearMsg(msgId)
}
return
}