🎨 The interface is no longer reloaded after data synchronization https://github.com/siyuan-note/siyuan/issues/8098

This commit is contained in:
Liang Ding 2023-04-25 19:39:46 +08:00
parent 640f3396f2
commit cc5d0901b8
No known key found for this signature in database
GPG key ID: 136F30F901A2231D

View file

@ -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)