diff --git a/base/web/option.go b/base/web/option.go index 99f1c53f..c8fc4c3f 100644 --- a/base/web/option.go +++ b/base/web/option.go @@ -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))