This commit is contained in:
Liang Ding 2023-02-06 18:12:12 +08:00
parent 2f718ec60c
commit ef9af6c323
No known key found for this signature in database
GPG key ID: 136F30F901A2231D

View file

@ -149,6 +149,7 @@ func TransferBlockRef(fromID, toID string) (err error) {
return return
} }
} }
util.ReloadUI() util.ReloadUI()
return return
} }