1
0
mirror of https://shylinux.com/x/icebergs synced 2025-04-26 01:24:05 +08:00
This commit is contained in:
IT 老营长 @云轩领航-创始人 2023-12-20 13:53:56 +08:00
parent 038f419c8a
commit 9829b5c3ef

View File

@ -170,7 +170,7 @@ func GoToast(m *ice.Message, title string, cb func(toast func(name string, count
toast(kit.JoinWord(list...), len(list), _total)
} else {
icon = Icons[ice.SUCCESS]
m.Option(ice.TOAST_DURATION, "3s")
m.Option(ice.TOAST_DURATION, "1s")
toast(ice.SUCCESS, _total, _total)
}
m.Sleep(m.Option(ice.TOAST_DURATION))