mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-26 02:06:10 +01:00
🎨 Support converting network assets to local https://github.com/siyuan-note/siyuan/issues/9826
This commit is contained in:
parent
e4ea32764f
commit
2e0b2ba967
9 changed files with 38 additions and 1 deletions
|
|
@ -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
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue