mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-28 11:16:09 +01:00
🎨 改进桌面端底部状态栏通知 https://github.com/siyuan-note/siyuan/issues/5294
This commit is contained in:
parent
27bdcb6672
commit
cdeda3f076
1 changed files with 2 additions and 2 deletions
|
|
@ -368,7 +368,7 @@ func IndexRepo(memo string) (err error) {
|
|||
})
|
||||
elapsed := time.Since(start)
|
||||
util.LogInfof("index data repo elapsed [%.2fs]", elapsed.Seconds())
|
||||
util.PushStatusBar(fmt.Sprintf("Index data repo elapsed [%.2fs]", elapsed.Seconds()))
|
||||
util.PushStatusBar(fmt.Sprintf("Indexed data repo in %.2fs", elapsed.Seconds()))
|
||||
util.PushClearProgress()
|
||||
return
|
||||
}
|
||||
|
|
@ -439,6 +439,6 @@ func syncRepo() (err error) {
|
|||
})
|
||||
elapsed := time.Since(start)
|
||||
util.LogInfof("sync data repo elapsed [%.2fs]", elapsed.Seconds())
|
||||
util.PushStatusBar(fmt.Sprintf("Sync data repo elapsed [%.2fs]", elapsed.Seconds()))
|
||||
util.PushStatusBar(fmt.Sprintf("Synced data repo in %.2fs", elapsed.Seconds()))
|
||||
return
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue