mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-18 06:35:27 +01:00
🎨 The interface is no longer reloaded after data synchronization https://github.com/siyuan-note/siyuan/issues/8098
This commit is contained in:
parent
640f3396f2
commit
cc5d0901b8
1 changed files with 3 additions and 0 deletions
|
|
@ -261,6 +261,9 @@ func checkSync(boot, exit, byHand bool) bool {
|
|||
|
||||
// incReindex 增量重建索引。
|
||||
func incReindex(upserts, removes []string) (upsertRootIDs, removeRootIDs []string) {
|
||||
upsertRootIDs = []string{}
|
||||
removeRootIDs = []string{}
|
||||
|
||||
util.IncBootProgress(3, "Sync reindexing...")
|
||||
msg := fmt.Sprintf(Conf.Language(35))
|
||||
util.PushStatusBar(msg)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue