🎨 Reduce holding time of open user guide tip

This commit is contained in:
Liang Ding 2023-04-14 20:02:07 +08:00
parent dd2a1b2883
commit 35c954d34c
No known key found for this signature in database
GPG key ID: 136F30F901A2231D

View file

@ -169,7 +169,7 @@ func Mount(boxID string) (alreadyMount bool, err error) {
go func() {
time.Sleep(time.Second * 5)
util.PushErrMsg(Conf.Language(52), 30000)
util.PushErrMsg(Conf.Language(52), 7000)
// 每次打开帮助文档时自动检查版本更新并提醒 https://github.com/siyuan-note/siyuan/issues/5057
time.Sleep(time.Second * 10)