This commit is contained in:
Liang Ding 2022-07-15 11:08:48 +08:00
parent 437ab17b26
commit f29bf51c12
No known key found for this signature in database
GPG key ID: 136F30F901A2231D

View file

@ -495,6 +495,10 @@ func RenameAsset(oldPath, newName string) {
}
IncSync()
util.PushEndlessProgress(Conf.Language(113))
sql.WaitForWritingDatabase()
util.ReloadUI()
}
func UnusedAssets() (ret []string) {