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