mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-04-30 07:10:20 -05:00
🎨 Reduce holding time of open user guide tip
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user