Browse Source

:art: 延长帮助文档打开后的警告

Liang Ding 2 years ago
parent
commit
74bdfd82f9
1 changed files with 1 additions and 1 deletions
  1. 1 1
      kernel/model/mount.go

+ 1 - 1
kernel/model/mount.go

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