This commit is contained in:
Daniel 2024-10-21 09:36:56 +08:00
parent eef7e47ce1
commit f7f48b23f6
No known key found for this signature in database
GPG key ID: 86211BA83DF03017

View file

@ -1550,6 +1550,7 @@ func processSyncMergeResult(exit, byHand bool, mergeResult *dejavu.MergeResult,
if 0 < len(upsertRootIDs) || 0 < len(removeRootIDs) { if 0 < len(upsertRootIDs) || 0 < len(removeRootIDs) {
util.BroadcastByType("main", "syncMergeResult", 0, "", util.BroadcastByType("main", "syncMergeResult", 0, "",
map[string]interface{}{"upsertRootIDs": upsertRootIDs, "removeRootIDs": removeRootIDs}) map[string]interface{}{"upsertRootIDs": upsertRootIDs, "removeRootIDs": removeRootIDs})
util.PushReloadFiletree()
} }
time.Sleep(2 * time.Second) time.Sleep(2 * time.Second)