mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-05-04 03:31:31 +08:00
Merge remote-tracking branch 'origin/dev' into dev
This commit is contained in:
commit
13373f4a87
@ -209,7 +209,7 @@ func refreshCheckDownloadInstallPkg() {
|
|||||||
time.Sleep(3 * time.Minute)
|
time.Sleep(3 * time.Minute)
|
||||||
checkDownloadInstallPkg()
|
checkDownloadInstallPkg()
|
||||||
if "" != getNewVerInstallPkgPath() {
|
if "" != getNewVerInstallPkgPath() {
|
||||||
util.PushMsg(Conf.Language(62), 0)
|
util.PushMsg(Conf.Language(62), 15*1000)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -272,7 +272,7 @@ func CheckUpdate(showMsg bool) {
|
|||||||
defer logging.Recover()
|
defer logging.Recover()
|
||||||
checkDownloadInstallPkg()
|
checkDownloadInstallPkg()
|
||||||
if "" != getNewVerInstallPkgPath() {
|
if "" != getNewVerInstallPkgPath() {
|
||||||
util.PushMsg(Conf.Language(62), 0)
|
util.PushMsg(Conf.Language(62), 15*1000)
|
||||||
}
|
}
|
||||||
}()
|
}()
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user