mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-03 15:28:49 +01:00
🎨 Reduce holding time of open user guide tip
This commit is contained in:
parent
35c954d34c
commit
6d7d8a8eff
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue