mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-16 22:50:13 +01:00
🎨 Improve msg tips
This commit is contained in:
parent
72be98d219
commit
5fa6b69fac
2 changed files with 3 additions and 3 deletions
|
|
@ -492,7 +492,7 @@ func RemoveUnusedAssets() (ret []string) {
|
|||
msgId := util.PushMsg(Conf.Language(100), 30*1000)
|
||||
defer func() {
|
||||
msg := fmt.Sprintf(Conf.Language(91), len(ret), humanize.BytesCustomCeil(uint64(size), 2))
|
||||
util.PushUpdateMsg(msgId, msg, 5000)
|
||||
util.PushUpdateMsg(msgId, msg, 7000)
|
||||
}()
|
||||
|
||||
unusedAssets := UnusedAssets()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue