This commit is contained in:
Liang Ding 2023-02-21 13:16:19 +08:00
parent 3a36def366
commit 4e58f47a25
No known key found for this signature in database
GPG key ID: 136F30F901A2231D
2 changed files with 23 additions and 3 deletions

View file

@ -397,7 +397,7 @@ func (box *Box) moveTrees0(files []*FileInfo) {
}
treenode.SetBlockTreePath(subTree)
sql.RenameTreeQueue(subTree)
sql.RenameSubTreeQueue(subTree)
msg := fmt.Sprintf(Conf.Language(107), subTree.HPath)
util.PushStatusBar(msg)
}