mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-01 22:38:49 +01:00
🐛 云端备份下载恢复报错 Fix https://github.com/siyuan-note/siyuan/issues/5101
This commit is contained in:
parent
a1d2ab5ff9
commit
8c39428863
2 changed files with 6 additions and 4 deletions
|
|
@ -235,7 +235,7 @@ func RecoverLocalBackup() (err error) {
|
|||
if syncEnabled {
|
||||
func() {
|
||||
time.Sleep(5 * time.Second)
|
||||
util.PushMsg(Conf.Language(134), 7000)
|
||||
util.PushMsg(Conf.Language(134), 0)
|
||||
}()
|
||||
}
|
||||
return
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue