Browse Source

:art: Improve rename assets message pushing https://github.com/siyuan-note/siyuan/issues/11313

Daniel 1 năm trước cách đây
mục cha
commit
abcb26ffb4
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  1. 0 1
      kernel/model/assets.go

+ 0 - 1
kernel/model/assets.go

@@ -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
 				}