🎨 Import md progress

This commit is contained in:
Daniel 2024-04-10 15:57:18 +08:00
parent 5e99a37242
commit 3f62aea1e9
No known key found for this signature in database
GPG key ID: 86211BA83DF03017

View file

@ -899,6 +899,7 @@ func ImportFromLocalPath(boxID, localPath string, toPath string) (err error) {
util.PushEndlessProgress(fmt.Sprintf(Conf.Language(66), fmt.Sprintf("%d/%d ", i, len(importTrees))+tree.HPath))
}
}
util.PushClearProgress()
importTrees = []*parse.Tree{}
searchLinks = map[string]string{}