🎨 桌面端自动下载更新安装包 https://github.com/siyuan-note/siyuan/issues/5837
This commit is contained in:
parent
0380971327
commit
d424917077
1 changed files with 2 additions and 0 deletions
|
@ -35,6 +35,8 @@ import (
|
|||
var checkDownloadInstallPkgLock = sync.Mutex{}
|
||||
|
||||
func checkDownloadInstallPkg() {
|
||||
defer logging.Recover()
|
||||
|
||||
if !Conf.System.DownloadInstallPkg {
|
||||
return
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue