mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-02-06 15:41:48 +01:00
🎨 每次打开帮助文档时自动检查版本更新并提醒 Fix https://github.com/siyuan-note/siyuan/issues/5057
This commit is contained in:
parent
cd5c993fbd
commit
9b35a01d53
1 changed files with 4 additions and 0 deletions
|
|
@ -179,6 +179,10 @@ func Mount(boxID string) (alreadyMount bool, err error) {
|
|||
go func() {
|
||||
time.Sleep(time.Second * 5)
|
||||
util.PushErrMsg(Conf.Language(52), 9000)
|
||||
|
||||
// 每次打开帮助文档时自动检查版本更新并提醒 https://github.com/siyuan-note/siyuan/issues/5057
|
||||
time.Sleep(time.Second * 10)
|
||||
CheckUpdate(true)
|
||||
}()
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue