🎨 新版本更新安装提示 15s 后自动消失 Fix https://github.com/siyuan-note/siyuan/issues/6944

This commit is contained in:
Liang Ding 2022-12-29 15:53:20 +08:00
parent 2ac1347797
commit 89071ae0d7
No known key found for this signature in database
GPG key ID: 136F30F901A2231D
2 changed files with 2 additions and 2 deletions

View file

@ -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)
}
}()
}