mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-02-28 05:32:52 +00:00
🎨 Improve rename assets message pushing https://github.com/siyuan-note/siyuan/issues/11313
This commit is contained in:
@@ -797,7 +797,6 @@ func RenameAsset(oldPath, newName string) (err error) {
|
||||
return
|
||||
}
|
||||
|
||||
util.PushEndlessProgress(fmt.Sprintf(Conf.Language(70), filepath.Base(treeAbsPath)))
|
||||
if !bytes.Contains(data, []byte(oldName)) {
|
||||
continue
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user