🎨 Reduce holding time of open user guide tip

This commit is contained in:
Liang Ding
2023-04-14 20:02:24 +08:00
parent 35c954d34c
commit 6d7d8a8eff
+1 -1
View File
@@ -168,7 +168,7 @@ func Mount(boxID string) (alreadyMount bool, err error) {
}
go func() {
time.Sleep(time.Second * 5)
time.Sleep(time.Second * 3)
util.PushErrMsg(Conf.Language(52), 7000)
// 每次打开帮助文档时自动检查版本更新并提醒 https://github.com/siyuan-note/siyuan/issues/5057