🎨 Support converting network assets to local https://github.com/siyuan-note/siyuan/issues/9826

This commit is contained in:
Daniel 2023-12-06 09:31:42 +08:00
parent e4ea32764f
commit 2e0b2ba967
No known key found for this signature in database
GPG key ID: 86211BA83DF03017
9 changed files with 38 additions and 1 deletions

View file

@ -386,6 +386,8 @@ func NetAssets2LocalAssets(rootID string) (err error) {
return
}
util.PushUpdateMsg(msgId, fmt.Sprintf(Conf.Language(120), files), 5000)
} else {
util.PushUpdateMsg(msgId, Conf.Language(121), 3000)
}
return
}