mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-23 16:56:10 +01:00
🎨 新版本更新安装提示 15s 后自动消失 Fix https://github.com/siyuan-note/siyuan/issues/6944
This commit is contained in:
parent
2ac1347797
commit
89071ae0d7
2 changed files with 2 additions and 2 deletions
|
|
@ -272,7 +272,7 @@ func CheckUpdate(showMsg bool) {
|
|||
defer logging.Recover()
|
||||
checkDownloadInstallPkg()
|
||||
if "" != getNewVerInstallPkgPath() {
|
||||
util.PushMsg(Conf.Language(62), 0)
|
||||
util.PushMsg(Conf.Language(62), 15*1000)
|
||||
}
|
||||
}()
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue