mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-23 16:56:10 +01:00
🎨 桌面端自动下载更新安装包 https://github.com/siyuan-note/siyuan/issues/5837
This commit is contained in:
parent
8399f852a4
commit
710959a8c1
7 changed files with 40 additions and 15 deletions
|
|
@ -238,6 +238,9 @@ func AutoRefreshCheck() {
|
|||
go func() {
|
||||
defer logging.Recover()
|
||||
checkDownloadInstallPkg()
|
||||
if isExistUpdateInstallPkg() {
|
||||
util.PushMsg(Conf.Language(61), 0)
|
||||
}
|
||||
}()
|
||||
|
||||
<-refreshCheckTicker.C
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue