mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-02 14:58:49 +01:00
🎨 Sync repo
This commit is contained in:
parent
efe1016777
commit
22cefeaf06
1 changed files with 5 additions and 0 deletions
|
|
@ -499,6 +499,11 @@ func syncRepo() (err error) {
|
|||
incReindex(upserts, removes)
|
||||
cache.ClearDocsIAL()
|
||||
util.ReloadUI()
|
||||
elapsed = time.Since(start)
|
||||
go func() {
|
||||
time.Sleep(2 * time.Second)
|
||||
util.PushStatusBar(fmt.Sprintf(Conf.Language(149)+" [%s]", elapsed.Seconds(), latest.ID[:7]))
|
||||
}()
|
||||
return
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue