🎨 Improve msg tips

This commit is contained in:
Daniel 2024-09-04 11:04:20 +08:00
parent 72be98d219
commit 5fa6b69fac
No known key found for this signature in database
GPG key ID: 86211BA83DF03017
2 changed files with 3 additions and 3 deletions

View file

@ -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()